Commit Graph

  • 034782641a types(Interaction): improve type guard for inGuild() (#6644) Apokalypt 2021-09-23 13:42:27 +02:00
  • b9a4899491 docs(Shard): Point to correct events (#6641) Jiralite 2021-09-23 12:41:26 +01:00
  • 5d87398f9f fix(xxxable): follow more properly with discord behavior (#6551) tig 2021-09-23 20:41:18 +09:00
  • 603350645d fix: allow null to be passed in order to reset icon/avatar (#6646) Shubham Parihar 2021-09-23 17:10:51 +05:30
  • 92f6471e8e types(MessageOptions): allow APIEmbed (#6656) Rodry 2021-09-18 00:09:49 +01:00
  • 88e2622dde docs(VoiceChannel): deprecate editable (#6613) tig 2021-09-15 07:26:10 +09:00
  • 75d85f7838 types(WelcomeChannel): Allow store channels (#6615) Jiralite 2021-09-14 23:26:03 +01:00
  • 8add4b08f5 feat: default values for setX boolean methods (#6619) Rodry 2021-09-14 23:25:50 +01:00
  • 0a71a4d18f chore: issue forms (#6611) Souji 2021-09-15 00:25:19 +02:00
  • 183dbd7e53 feat: add api error code 30042 (#6635) Shubham Parihar 2021-09-15 03:54:16 +05:30
  • 256fb905fe types(MessageEmbed): allow APIEmbed type (#6629) Rodry 2021-09-14 23:19:49 +01:00
  • 3c3522ae8a docs(PermissionOverwriteManager): Correct @returns of delete (#6632) Jiralite 2021-09-14 23:19:04 +01:00
  • be8912a421 feat: Give removed MessageReactions on messageReactionRemoveAll event (#6607) Suneet Tipirneni 2021-09-10 14:32:05 -04:00
  • 1b016a30c8 types(TextBasedChannelFields): add back createMessageCollector (#6616) Shubham Parihar 2021-09-11 00:01:29 +05:30
  • 3183b1166a fix(Message): pinnable returning false in non-DEFAULT messages (#6585) Rodry 2021-09-09 18:51:21 +01:00
  • f866512e84 feat(ApplicationCommand): add version property (#6603) Shubham Parihar 2021-09-09 22:22:39 +05:30
  • 8cc3885739 typings: make channelId non-nullable on MessageComponentInteraction (#6600) Suneet Tipirneni 2021-09-08 08:42:05 -04:00
  • c62823e43d typings: Message#createMessageComponentCollector use MessageComponentInteractionOptions<T> (#6596) Suneet Tipirneni 2021-09-08 08:36:15 -04:00
  • ea3695585d types(MessagePayload): Specify typings for files and resolveFile (#6608) Jiralite 2021-09-08 13:34:53 +01:00
  • ea6a57e927 docs(MessagePayload): Correct return type of resolveFile() (#6605) Jiralite 2021-09-08 13:34:26 +01:00
  • f57791c5fe chore: remove jsdoc.json (#6587) Hackerboi 69 2021-09-05 16:40:41 +02:00
  • 8826e9ffbc fix(threadMembersUpdate): fixed typo (#6589) Bvdgames 2021-09-05 16:39:47 +02:00
  • db73cf9255 docs(MessageButton): fix info tag (#6590) Rodry 2021-09-05 15:39:27 +01:00
  • 08edc0b1db fix(ThreadChannel): fetchStarterMessage bug (#6584) Rodry 2021-09-03 18:22:49 +01:00
  • 00bd92a451 refactor: ES2021 features (#6540) Rodry 2021-09-03 12:58:01 +01:00
  • d81590d566 feat(MessageTypes): add CONTEXT_MENU_COMMAND (23) (#6425) Advaith 2021-09-03 04:57:33 -07:00
  • 06460565e4 chore: issue forms (#6583) Souji 2021-09-03 13:53:05 +02:00
  • 08419561ed typings: Collector filter parameter inference (#6574) Suneet Tipirneni 2021-09-01 06:07:26 -04:00
  • d16ada9708 feat: add api error code 160002 (#6566) Shubham Parihar 2021-08-31 16:08:27 +05:30
  • cdb00053de typings(MessageReference): correctly add undefined type (#6563) Rodry 2021-08-31 11:38:12 +01:00
  • 2c219cb982 types: @typedef for StageChannelResolvable (#6568) Jiralite 2021-08-30 21:57:54 +01:00
  • 581921f8b7 feat(ApplicationCommand): add #equals (#6414) ckohen 2021-08-30 03:56:47 -07:00
  • f49f70a4eb fix: await message component collectors should return component interactions not collectors (#6562) Suneet Tipirneni 2021-08-30 06:55:39 -04:00
  • 54b33dd7df chore: issue forms (#6560) Souji 2021-08-30 12:53:55 +02:00
  • 33f6f8211f docs(WidgetMember): fix typo for deaf (#6564) GodderE2D 2021-08-30 17:10:59 +10:00
  • 29d5fd163c docs(Constants): Fix interaction type link (#6558) Jiralite 2021-08-29 23:45:59 +01:00
  • 34024f5ef6 docs: Fix JSDoc for ClientUser#edit (#6554) Jiralite 2021-08-29 20:55:39 +01:00
  • 9301c9b420 fix(GuildChannel): Fix manageable method for voice-channels (#6447) DraftMan 2021-08-29 17:26:05 +02:00
  • 03d5549461 typings: Allow message component interaction collectors to infer collected interaction types (#6476) Suneet Tipirneni 2021-08-29 11:25:58 -04:00
  • 774e9609d2 typings(CommandInteractionOptionResolver): Document & type thread channels (#6521) Jiralite 2021-08-29 13:23:20 +01:00
  • a6932546e2 feat(Threads): add support for invitable in private threads (#6501) ckohen 2021-08-29 05:23:01 -07:00
  • 0fe5f88316 types(MessageComponentInteraction): fix componentType (#6536) Rodry 2021-08-29 13:22:53 +01:00
  • b89280a1dd docs(Util): Correct @param for cleanContent() (#6531) Jiralite 2021-08-27 09:39:19 +01:00
  • fc51f61f0c feat(BaseGuildTextChannel): export BaseGuildTextChannel (#6527) Casper 2021-08-26 00:41:15 +02:00
  • 49e3a14d30 ci: setup npm auto deprecate workflow (#6520) Jeroen Claassens 2021-08-25 19:22:24 +02:00
  • 7d4a40a26d docs(Formatters): fix typo of TimestampStyles (#6523) Megatank58 2021-08-25 17:50:00 +05:30
  • 8a8c69a257 fix(MessageAttachment): re-assign name (#6518) Sugden 2021-08-24 21:32:56 +01:00
  • 839c6da03d feat(User): banners and accent colors (#6117) Advaith 2021-08-24 13:32:18 -07:00
  • 96e26c428d feat(MessageAttachment): allow files to be marked as spoilers (#6509) Justin 2021-08-25 04:25:45 +08:00
  • 5c276398d6 typings: mark enums as const enums (#6394) Danny May 2021-08-24 21:24:34 +01:00
  • 705c5a1c17 feat(ThreadChannel): add fetchStarterMessage (#6488) Rodry 2021-08-24 21:22:11 +01:00
  • 4bfd5d3e74 docs(GuildChannelCreateOptions): fix #type type (#6502) Rodry 2021-08-24 21:21:43 +01:00
  • 8a95211230 docs(ThreadManager): Fix typo (#6485) Jiralite 2021-08-24 21:21:22 +01:00
  • 141864917a fix(UserUpdateAction): rely on client.user when ids match (#6511) Kevin 2021-08-24 22:21:07 +02:00
  • 57b94b9adf feat(Message): Add method to resolve a component by id (#6484) Jiralite 2021-08-24 21:20:43 +01:00
  • 9ca10cce06 docs: fix wrong type being displayed in docs (#6504) Megatank58 2021-08-25 01:50:23 +05:30
  • fb50dd9841 feat: set methods for MessageActionRow and MessageSelectMenu (#6490) Rodry 2021-08-24 21:20:03 +01:00
  • 7aff15a055 typings(MessageEmbed): allow null for setTimestamp (#6514) Jeroen Claassens 2021-08-24 22:19:03 +02:00
  • c232baa715 typings: require component type in raw object formats (#6452) monbrey 2021-08-24 00:26:22 +10:00
  • 656b51875f typings(CommandInteractionOptionResolver): add missing parameter (#6497) Deivid 2021-08-23 09:23:27 -05:00
  • c14e594d8a feat: export BaseCommandInteraction (#6478) Walker Gray 2021-08-23 07:22:48 -07:00
  • 21983de3e0 feat(Guild): Add Guild#maximumBitrate getter. (#6455) Francis Rivard 2021-08-23 16:19:55 +02:00
  • f39b597e31 feat(Message): prevent fetching an interaction webhook. (#6468) Francis Rivard 2021-08-23 16:18:49 +02:00
  • 70cc0295f8 docs(MessageManager): fix typo (#6482) Rodry 2021-08-21 20:14:18 +01:00
  • d6e6244336 fix(Util): allow empty strings in splitMessage (#6437) MarkusRost 2021-08-18 10:47:13 +02:00
  • 93a83c2cf7 docs(MessageReference): add possible message types (#6464) Rodry 2021-08-17 21:50:14 +01:00
  • 17b407935b docs(ApplicationCommandType): add DAPI link (#6463) Rodry 2021-08-17 21:49:53 +01:00
  • 6cac03a394 types(ClientPresence): add type declarations and docs (#6450) Rodry 2021-08-17 21:49:36 +01:00
  • 76cf52cd0d chore(Typings): fix WebhookEditMessageOptions not having attachments (#6430) Milo 2021-08-17 23:49:26 +03:00
  • a4b8623b60 feat: add maximum prune requests reached api error (#6427) Shubham Parihar 2021-08-18 02:16:17 +05:30
  • 5eb3553fd1 feat(Rest): expose https.Agent options (#6177) Shino 2021-08-17 16:45:32 -04:00
  • 16493e65fd docs(BufferResolvable): add warning for URL input (#6451) ckohen 2021-08-17 13:44:37 -07:00
  • f294d1eff2 typings(GuildChannel): Added missing typing (#6454) Synbulat Biishev 2021-08-18 01:44:02 +05:00
  • 9a833b1e0e fix(BaseClient): Remove selfbot ability (#6429) HyRo 2021-08-16 09:30:35 +02:00
  • d289d5ccb7 feat(InteractionReponses): allow fetching of ephemeral messages (#6426) monbrey 2021-08-15 21:10:43 +10:00
  • 2c449b6b48 fix(Sticker): Rename method correctly to _add (#6421) Jiralite 2021-08-15 12:10:31 +01:00
  • 81bb68d3be typings: Message#_patch typings return type (#6433) BannerBomb 2021-08-15 07:09:49 -04:00
  • 170c0c4985 feat: export ContextMenuInteraction (#6434) Koyamie 2021-08-15 13:09:21 +02:00
  • ecb6e50b46 fix(Message): fix typo (#6435) ahmood 2021-08-15 13:08:51 +02:00
  • 0109ad0466 chore: Ignore .DS_Store (#6438) Jiralite 2021-08-15 12:08:20 +01:00
  • 84bb4f4153 docs(Formatters): Use id over ID (#6439) Jiralite 2021-08-15 12:08:06 +01:00
  • 71fdf6fae0 refactor(Channel): make delete async (#6417) Sugden 2021-08-14 03:50:53 +01:00
  • 759faa4174 docs(RoleManager): error in examples (#6416) Gm 2021-08-14 08:20:44 +05:30
  • 615afab8bb docs: rename implementation of deferReply (#6412) monbrey 2021-08-13 10:24:05 +10:00
  • f1d5ffce04 chore: set dev version iCrawl 2021-08-13 00:35:05 +02:00
  • d0bc4d7ff0 chore(Release): version 13.1.0 iCrawl 2021-08-13 00:32:27 +02:00
  • 2bf09703c1 feat(GuildMemberManager): add 'list' method (#6403) Ben 2021-08-12 18:05:06 -04:00
  • dcc556c311 typings(ApplicationCommandData): make type field optional (#6405) Suneet Tipirneni 2021-08-12 17:12:29 -04:00
  • 14aea12900 feat(GuildManager): allow setting with_counts to false (#6407) Jan 2021-08-12 23:12:11 +02:00
  • e6f48d849f docs: remove unparsed examples (#6404) Jan 2021-08-12 19:01:09 +02:00
  • 933d2c5eb7 docs(GuildManager): increase fetch limit to 200 (#6406) Jan 2021-08-12 18:29:30 +02:00
  • bbda3c4beb chore(exports): allow imports of specific paths (#6367) Mestery 2021-08-12 16:10:38 +02:00
  • dce8fc7b9d fix(StageInstance): Ensure discoverableDisabled is not undefined (#6395) Jiralite 2021-08-12 15:06:26 +01:00
  • 44bbfa5c46 fix(WidgetMember): Default to null and not undefined (#6399) Jiralite 2021-08-12 15:06:11 +01:00
  • 4a64662a7d fix(Guild): preferredLocale to always be a string (#6402) Jiralite 2021-08-12 15:06:03 +01:00
  • 6342430073 typings(Constants): add ApplicationCommandTypes to Constants (#6398) Suneet Tipirneni 2021-08-12 10:05:57 -04:00
  • 297a9118e7 typings(ApplicationCommandOptionData): Align command data options types more with discord API (#6247) Suneet Tipirneni 2021-08-12 10:05:41 -04:00
  • fff887b2f4 feat(CommandInteractionResolvedData): access to "raw" resolved data (#6384) monbrey 2021-08-13 00:04:40 +10:00
  • d9456a1a76 fix(ContextMenuInteractin): store message as raw value (#6400) monbrey 2021-08-12 20:38:42 +10:00
  • cd4029218f feat(Utils): add additional formatters (#6388) Jeroen Claassens 2021-08-11 22:06:10 +02:00