Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation tidyup/updates #993

Merged
merged 61 commits into from Oct 23, 2020
Merged

Documentation tidyup/updates #993

merged 61 commits into from Oct 23, 2020

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    00b6edd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49f4209 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2020

  1. reorder

    bsian03 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    db7440b View commit details
    Browse the repository at this point in the history
  2. Typing diff for previous PR

    bsian03 committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    163ce84 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    d38264d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Optional auth param

    bsian03 committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    b27552a View commit details
    Browse the repository at this point in the history
  2. Fix docs order

    bsian03 committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    515ed78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e841e59 View commit details
    Browse the repository at this point in the history
  4. Lint

    bsian03 committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    6cf8c71 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Doc updates/changes

    bsian03 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    05b359c View commit details
    Browse the repository at this point in the history
  2. Doc update

    bsian03 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    5fa3b41 View commit details
    Browse the repository at this point in the history
  3. Order

    bsian03 committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    e5c9e1f View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2020

  1. Configuration menu
    Copy the full SHA
    955aee0 View commit details
    Browse the repository at this point in the history
  2. Some corrections

    bsian03 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    d8ceb8d View commit details
    Browse the repository at this point in the history
  3. Lint

    bsian03 committed Aug 6, 2020
    Configuration menu
    Copy the full SHA
    94129ae View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Configuration menu
    Copy the full SHA
    37b6a31 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Add missing space

    bsian03 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    847a4f2 View commit details
    Browse the repository at this point in the history
  2. Correct documentation

    bsian03 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7b6d6ed View commit details
    Browse the repository at this point in the history
  3. Update event documentation

    bsian03 committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    d3a3b9c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Add missing Message props

    bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    fd303e5 View commit details
    Browse the repository at this point in the history
  2. Correct webhooksUpdate doc

    bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    50e9e65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40321c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5f769d View commit details
    Browse the repository at this point in the history
  5. Tidy some stuff

    bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    b69ea88 View commit details
    Browse the repository at this point in the history
  6. Correct doc for EmojiOptions

    bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    0bf0574 View commit details
    Browse the repository at this point in the history
  7. Correct some stuff

    bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    841ee91 View commit details
    Browse the repository at this point in the history
  8. Optional Message#application

    bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    711000e View commit details
    Browse the repository at this point in the history
  9. Correct docs

    bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    dc02a76 View commit details
    Browse the repository at this point in the history
  10. Alphabetize jsdoc comments and methods in classes (#2)

    * Alphabetize oldPresence, oldState, oldMessage, oldRole, and emoji
    
    also added oldMessage.pinned to typings. idk if it is supposed to be null or undefined though.
    
    * Alphabetize oldCall and and relationship in friendSuggestionCreate
    
    * Alphabetize props for Call, CategoryChannel, and Channel
    
    * Alphabetize Guild
    
    * Alphabetize GuildAuditLogEntry
    
    * Alphabetize GuildIntegration
    
    * Alphabetize GuildPreview
    
    * Alphabetize Invite
    
    * Alphabetize Member
    
    * Alphabetize Message
    
    * Fix PermissionOverwrite typing
    
    Please correct if wrong, i don't write typings usually
    
    * Alphabetize Role
    
    * Alphabetize User
    
    * Alphabetize VoiceState
    
    * Alphabetize GuildChannel and fix typings for GuildChannel
    
    * Alphabetize NewsChannel
    
    * Alphabetize PrivateChannel
    
    * Alphabetize StoreChannel
    
    * Alphabetize PrivateChannel method args
    
    * Alphabetize TextChannel
    
    * Alphabetize VoiceChannel
    
    please check if the typings are correct here
    
    * Alphabetize Client
    
    * Put Guild getters at the top
    
    * Add messageReference and more client options
    
    * Add semicolons
    
    * Alphabetize Client methods
    
    * Add bsian's commits
    
    * Add compute prune count
    
    * Alphabetize oldGuild and oldChannel
    
    * Add back in createdAt
    
    * Add new docs
    
    * Alphabetize GroupChannel
    
    * Fix conflicts in Guild
    
    * Move permissionOf to correct location
    
    * Remove extra space
    
    Co-authored-by: bsian03 <chharry321@gmail.com>
    jtsshieh and bsian03 committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    a525c2e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c569b45 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2020

  1. Add Error classes

    bsian03 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    536dbea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bcf4bf View commit details
    Browse the repository at this point in the history
  3. Missing/correct docs

    bsian03 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    f6aad1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcef427 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17a528c View commit details
    Browse the repository at this point in the history
  6. Consistency with array types

    bsian03 committed Aug 21, 2020
    Configuration menu
    Copy the full SHA
    433442f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    78d90a1 View commit details
    Browse the repository at this point in the history
  2. Apply sort class member lint

    Class#on doesn't work yet, trying to figure out why
    bsian03 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    07c6403 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    323e05d View commit details
    Browse the repository at this point in the history
  4. Fix linting

    bsian03 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    c7679d5 View commit details
    Browse the repository at this point in the history
  5. TypeScript v4

    bsian03 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    befa6dd View commit details
    Browse the repository at this point in the history
  6. Fix linting for TS v4

    bsian03 committed Aug 22, 2020
    Configuration menu
    Copy the full SHA
    f9c78de View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2020

  1. Configuration menu
    Copy the full SHA
    d6f575c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2020

  1. Configuration menu
    Copy the full SHA
    8d2b399 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5687d92 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2020

  1. JSDoc consistency

    bsian03 committed Sep 7, 2020
    Configuration menu
    Copy the full SHA
    e3e7536 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Strict type slack webhook

    bsian03 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    ab1583e View commit details
    Browse the repository at this point in the history
  2. Use unknown types

    bsian03 committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    070529d View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. ts-ignore DOM references

    bsian03 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    86f2731 View commit details
    Browse the repository at this point in the history
  2. Match NodeJS version typings

    bsian03 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    8b864aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3bdafa View commit details
    Browse the repository at this point in the history
  4. Mark categories

    bsian03 committed Sep 9, 2020
    Configuration menu
    Copy the full SHA
    6204e3f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    9941901 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f9bcf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Shard#disconnect options

    bsian03 committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    9a7c54f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e34b45 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. OldGuildChannel.position typings & rawREST jsdoc (#11)

    * change OldGuildChannel.position from string to number
    
    * fix typo in rawREST event
    DonovanDMC committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    d5f3086 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Add team to OAuthApplicationInfo (#10)

    * add `team` to OAuthApplicationInfo
    
    * break out partial user references for consistency
    
    * move PartialUser to correct category
    
    * Alphabetical order
    
    Co-authored-by: bsian03 <chharry321@gmail.com>
    eritbh and bsian03 committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    6294c79 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    71f7df8 View commit details
    Browse the repository at this point in the history
  2. Lint

    bsian03 committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    27ce5ea View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    110b1ed View commit details
    Browse the repository at this point in the history