Commit Graph

  • 40b127ee1e docs(Guild): Correct GuildRolePosition typo (#6223) Jiralite 2021-07-30 00:03:48 +01:00
  • d310e4fc28 docs(WelcomeChannel): Correct guild return type (#6222) Jiralite 2021-07-29 12:29:01 +01:00
  • 6b85f900fa fix(TextBasedChannel): Fix MessageCreate handling (#6217) 슈리튬 2021-07-29 19:55:37 +09:00
  • 105a194546 docs(Constants): fix StickerTypes typedef (#6218) Kevin 2021-07-29 12:53:38 +02:00
  • f44bfc47c7 docs(MessageMentions): fix documentation for members property (#6206) A1ex 2021-07-29 12:53:23 +02:00
  • 1009ce169b docs(Guild): Add GuildTextChannelResolvable type definition (#6221) Jiralite 2021-07-29 11:53:02 +01:00
  • a69e2f7904 refactor: Match subcommand (group) name casing with Discord's (#6204) Jiralite 2021-07-29 11:52:06 +01:00
  • 4beb64769c chore(Integration): Cleanup removed methods (#6220) GoldenAngel 2021-07-29 03:51:47 -07:00
  • e000af5c98 feat(WebhookClient): allow creation of clients via URLs (#6192) Justin 2021-07-29 18:48:43 +08:00
  • 42a0313034 fix(PermissionOverwrites): throw better error if resolving option fails (#6219) SpaceEEC 2021-07-29 12:10:27 +02:00
  • be5c0eff34 chore: update discord domain name (#6214) Justin 2021-07-29 09:54:08 +08:00
  • 19b242ac10 feat(FetchRecommendedShardsOptions): account for large bot sharding (#6184) Scott Bucher 2021-07-28 21:52:51 -04:00
  • 4f1f32f2a5 types(WsEvents): add thread ws events (#6194) ckohen 2021-07-28 13:35:49 -07:00
  • 68725476b3 fix(Channel): add default for destructured options (#6203) ckohen 2021-07-28 13:31:59 -07:00
  • 26ba0e1036 feat(GuildAuditLogs): add threads (#6195) ckohen 2021-07-28 12:05:01 -07:00
  • f060a3fcd7 fix: Use string instead of Snowflake for invites (#6202) Jiralite 2021-07-28 20:04:51 +01:00
  • 5e433b5995 docs(InteractionResponses): Document missing properties (#6178) Jiralite 2021-07-28 01:30:22 +01:00
  • 9679b90872 fix(ThreadChannel): better property handling (#6172) ckohen 2021-07-27 17:29:06 -07:00
  • 30a58dc801 fix: export various classes that are exported in the typings (#6166) IRONM00N 2021-07-27 06:15:49 -04:00
  • b22272f860 feat(Guild): add fetchWidget() for getting widget data (#6180) Advaith 2021-07-27 03:15:31 -07:00
  • 2f1cc1fc27 feat(ApplicationCommandOptionType): add NUMBER (10) (#6128) Advaith 2021-07-27 03:12:43 -07:00
  • 4886ae23ab refactor: only cache commands from own user (#6161) Tiemen 2021-07-23 21:19:17 +02:00
  • 4f8ca2936a fix(Typings): type attachments to InteractionUpdateOptions (#6162) Milo 2021-07-23 20:18:30 +01:00
  • 690c121aa9 feat(CommandInteractionOptionResolver): add sub-command required option (#6165) Shino 2021-07-23 15:17:34 -04:00
  • c8ca7bfd2c fix(GuildAuditLog): Assert target to null upon not finding invite codes (#6171) Jiralite 2021-07-23 01:17:02 +01:00
  • 870a0de53c fix(Message): fix typo in sticker_items (#6173) ckohen 2021-07-22 14:55:47 -07:00
  • 5e706941fc docs(CommandInteraction): Correct type definition of CommandInteractionOption (#6169) Jiralite 2021-07-22 12:56:44 +01:00
  • cd47a524af refactor(Message): combine patch methods (#6071) ckohen 2021-07-22 01:05:38 -07:00
  • 328501bd8e refactor(CommandInteractionOptionResolver): add readonly data property (#6156) Shino 2021-07-21 17:22:47 -04:00
  • 07017a9699 fix(Sticker): replace 'this.guildID' (undefined) by 'this.guildId' in fetchUser (#6160) Apokalypt 2021-07-21 09:39:17 +02:00
  • 85865058ed types(DataManager): add 'K' to type parameter of 'resolveId' (#6152) Apokalypt 2021-07-21 09:38:55 +02:00
  • 1e90be8f7a types(ColorResolvable): readonly tuple (#6153) Tristan Guichaoua 2021-07-20 21:20:37 +02:00
  • 5addcd15d8 refactor(OptionResolver): accept single type instead of an array (#6154) Jan 2021-07-20 21:20:20 +02:00
  • 02f55f0971 fix(CommandInteractionOptionResolver): type should be USER (#6148) monbrey 2021-07-20 10:46:38 +10:00
  • 8ccfd6e07b fix(CommandInteractionOptionResolver): Export CommandInteractionOptio… (#6146) Floffah 2021-07-20 00:18:19 +01:00
  • 54d6a3a070 feat(Sticker): updates, sticker packs, and guild stickers (#5867) Advaith 2021-07-19 16:17:21 -07:00
  • 76888e6c1b chore(Deps): update discord-api-types to 0.19.0 (#6147) Vlad Frangu 2021-07-20 02:15:42 +03:00
  • 77784aca43 fix(CommandInteraction): change options type from Collection to array (#6139) Shino 2021-07-19 03:02:53 -04:00
  • 8ea04b295d Updates identity to correct scope name of identify (#6140) Devin 2021-07-19 00:02:37 -07:00
  • 63ce065fc3 refactor: change const enums to interfaces (#6078) DTrombett 2021-07-18 20:29:40 +02:00
  • 9f039a8679 feat(GuildPreview): add createdAt & createdTimestamp (#6130) GoldenAngel 2021-07-18 11:18:53 -07:00
  • c40c0f934a fix(GuildChannel): only fetch invites for the specific channel (#6132) eeehh 2021-07-19 04:16:48 +10:00
  • f293132345 feat(CommandInteraction): add CommandInteractionOptionResolver (#6107) Shino 2021-07-18 14:16:32 -04:00
  • 4d53d0fd11 refactor(ActionsManager): less complex code (#6102) HyRo 2021-07-17 13:25:59 +02:00
  • 366f3c910a feat: make Instance#fetch force true by default, and fix force parameter (#6116) Advaith 2021-07-17 04:25:23 -07:00
  • ef5ba05996 types(Message): mark #thread as nullable (#6129) Antonio Román 2021-07-17 13:25:05 +02:00
  • de384047b3 chore(ApiRequest): remove mention of var (#6125) Alan 2021-07-17 04:22:45 -07:00
  • 5ca97c9351 refactor: remove timer utilities from Client (#6113) Antonio Román 2021-07-16 14:31:25 +02:00
  • f200f14a40 feat(REST): append additional information to the required User Agent (#6112) Joey Smalen 2021-07-16 13:27:12 +02:00
  • 8db6df3d1e types(Options): add types for cacheWithLimits (#6095) DTrombett 2021-07-16 13:20:38 +02:00
  • 576eee8de2 refactor: remove typing caching (#6114) Antonio Román 2021-07-16 13:20:05 +02:00
  • 4206e35b23 feat(Client): add conditional ready typings (#6073) Shino 2021-07-14 11:19:38 -04:00
  • 60148c6a78 types(Interaction): change inGuild return type (#6094) DTrombett 2021-07-14 17:14:20 +02:00
  • a9e7ebd94f types(PartialWebhookFields): add APIMessage to deleteMessage union (#6085) Bluenix 2021-07-14 17:13:32 +02:00
  • 98c60789a2 types(Interactions): fix function overloads (#6109) Hackerboi 69 2021-07-13 14:31:55 +02:00
  • 1dcad051a8 revert: support for nested arrays of components, fix error handling (#6081) monbrey 2021-07-12 16:53:27 +10:00
  • dee5c83fc0 fix(PermissionsOverwrites): only convert type if number (#6092) Matt (IPv4) Cowley 2021-07-12 07:53:18 +01:00
  • a8984bc68c types(Guild): remove fetchVoiceRegions (#6099) Tiemen 2021-07-12 00:58:16 +02:00
  • d433fe8a08 fix: channel type check in actions (#6086) Rodry 2021-07-10 21:51:32 +01:00
  • f72ce7c136 fix(GuildChannel): clone its PermissionOverwriteManager too (#6083) SpaceEEC 2021-07-10 14:15:20 +02:00
  • d6c43a50bd types(Partial): add partial reactions (#6066) DTrombett 2021-07-09 13:25:59 +02:00
  • 5b6be0cebc types(Test): fix overloads for channel create iCrawl 2021-07-08 22:46:26 +02:00
  • 637c8e0fdf fix(PresenceUpdate): use added presence over nullable getter (#6077) SpaceEEC 2021-07-08 22:43:48 +02:00
  • 6301728d35 refactor(Channel): change channel types to UPPER_CASE (#6035) Rodry 2021-07-08 21:32:19 +01:00
  • b170fb5ce8 docs(InteractionResponses): reply docs example (#6079) anandre 2021-07-08 15:16:03 -05:00
  • 67e9ce4693 docs(InteractionResponses): generalize wording in update to fit other component interaction types (#6074) BaumianerNiklas 2021-07-08 16:39:36 +02:00
  • c1eaa78ab7 typings(GuildInviteManager): FetchInvitesOptions (#6076) BannerBomb 2021-07-08 10:39:23 -04:00
  • 9cd5e7ed61 refactor(Managers): rename add to _add (#6060) 1Computer1 2021-07-08 06:34:45 -04:00
  • 28b5ffb4d6 docs(ClientUser): fix shardId nullable (#6072) DTrombett 2021-07-08 00:22:51 +02:00
  • 7322547172 types: fixed unreachable overloads (#6062) Antonio Román 2021-07-07 18:34:39 +02:00
  • 58bbcd591e types(ApplicationCommand): fix option name (#6067) DTrombett 2021-07-07 14:41:47 +02:00
  • 98a5b52d8b refactor(ApplicationCommandManager): remove unused assignment (#6063) Antonio Román 2021-07-07 14:41:02 +02:00
  • 4eb3a2a885 refactor: rename Constants.OPCode to Opcode, moved objects to enums (#6065) Antonio Román 2021-07-07 14:40:36 +02:00
  • 755c180659 feat: allow channels from uncached guilds to be returned from fetch (#6034) ckohen 2021-07-06 05:04:26 -07:00
  • 2e078e4488 types(*): revert incorrect unknown type changes (#6057) Rodry 2021-07-05 22:49:34 +01:00
  • c0a814fdb3 feat(Collector): better types for events (#6058) Jan 2021-07-05 23:26:15 +02:00
  • 4c0426c469 docs: fixed several typings and MessagePayload#create JSDoc (#6059) BannerBomb 2021-07-05 17:26:06 -04:00
  • ded93feb57 refactor(PresenceManager): have Presence extend Base and simplify add (#6056) SpaceEEC 2021-07-05 20:53:15 +02:00
  • afbd5db404 refactor(Presences): remove from User, nullable on GuildMember (#6055) SpaceEEC 2021-07-05 20:53:00 +02:00
  • 8d9ab741c8 docs(ThreadChannel): fix documentation for setLocked method (#6053) Shubham Parihar 2021-07-05 23:06:25 +05:30
  • 162d89a42f fix(Presence) missing client property definition (#6054) iAmZiNc 2021-07-05 13:03:07 -04:00
  • 93e2c04ec2 fix(InviteScope): added missing 'bot' scope (#6052) Almeida 2021-07-05 16:07:57 +01:00
  • 03fe6ee4e4 test(Types): add notPropertyOf type-only utility (#6051) Antonio Román 2021-07-05 17:07:45 +02:00
  • 3022b0f5b1 refactor(Intents): remove computed shorts (#6050) Souji 2021-07-05 17:07:30 +02:00
  • 28c57246d1 feat(Message): add 'failIfNotExists' to ClientOptions (#6038) PanSzelescik 2021-07-05 13:53:40 +01:00
  • 31d31293d3 feat(LimitedCollection): export LimitedCollection (#6043) PanSzelescik 2021-07-05 13:53:15 +01:00
  • 34708d6d18 fix(SelectMenuInteraction): set values to empty array if not provided (#6045) monbrey 2021-07-05 22:39:21 +10:00
  • 1a27f57950 refactor: remove lastMessage properties from User and GuildMember (#6046) Antonio Román 2021-07-05 14:11:13 +02:00
  • 676118ab0f refactor(typings): general cleanup (#6047) Jan 2021-07-05 13:55:06 +02:00
  • e3d877d542 fix(Guild): add invite manager property, extend CachedManager (#6049) monbrey 2021-07-05 21:16:34 +10:00
  • fe5d56c9b1 fix(TeamMember): Fixed incorrect return types. (#6044) BannerBomb 2021-07-04 17:55:00 -04:00
  • c6e5521687 feat(Client): enforce passing scopes to generateInvite (#6024) monbrey 2021-07-05 07:53:57 +10:00
  • 9e08b02df2 feat(Managers): Add GuildInviteManager (#5889) DraftMan 2021-07-04 23:53:13 +02:00
  • c4aa9feee2 types(Options): should extend null (#6042) BannerBomb 2021-07-04 17:05:16 -04:00
  • 185e37602b types(Voice): move types to the library's definitions (#6041) Antonio Román 2021-07-04 22:10:33 +02:00
  • a7c6678c72 refactor: change xID to xId (#6036) Antonio Román 2021-07-04 20:54:27 +02:00
  • 281072be44 chore: remove unnecessary getter (#6037) didinele 2021-07-04 17:59:28 +03:00
  • ab0b3b9a07 fix(Structures): remove Structures (#6027) 1Computer1 2021-07-04 07:26:35 -04:00
  • db60e367b4 docs(MessageManager): document options param for #edit as required (#6031) Shubham Parihar 2021-07-04 16:55:59 +05:30
  • 2ab32e6bc6 types: better fullPermissions typings (#6028) ckohen 2021-07-04 04:25:42 -07:00