Commit Graph

  • ef92339d07 feat(Rest): show the data that is sent to Discord when an errors occurs (#5701) Vlad Frangu 2021-06-03 11:35:09 +03:00
  • af2fad9473 fix(CommandInteraction): cmds with no options throw error (#5734) Shubham Parihar 2021-06-03 14:04:40 +05:30
  • fdad140997 feat(CommandInteraction): make options a collection (#5705) Shubham Parihar 2021-06-02 22:14:50 +05:30
  • 5141ea4f06 fix(CommandInteraction): channel type should be text based channels (#5690) Lupa 2021-06-02 07:05:35 -03:00
  • d21e6af1d2 fix(GuildMemberManager): allow moving members to any non-text channel (#5681) Andreas Clausen 2021-06-02 11:57:04 +02:00
  • 678b7da5b3 docs: remove traces of StringResolvable (#5727) Shubham Parihar 2021-06-02 15:25:56 +05:30
  • 086c3f0799 fix: interfaces not importing due to re-export of Snowflake (#5723) Shubham Parihar 2021-06-02 05:31:59 +05:30
  • 53d952a4ce refactor: remove _roles from pseudo-managers (#5721) Jan 2021-06-01 23:35:11 +02:00
  • 7b85a7259f feat(*): enforce strings (#4880) Souji 2021-06-01 17:31:49 +02:00
  • 66a6a1fced types(Snowflake): export the type (#5722) monbrey 2021-06-01 16:02:59 +10:00
  • 7f0d93a2da chore: pull config files out of package.json iCrawl 2021-06-01 00:06:52 +02:00
  • b212b64214 feat(Message): allow editing files into messages (#5718) SpaceEEC 2021-05-31 21:56:26 +02:00
  • 256d1b0dfc docs(Webhook): update typings and docs for #editMessage (#5713) Shubham Parihar 2021-06-01 01:26:08 +05:30
  • 76db642543 types: use Snowflake type (#5717) Noel 2021-05-31 20:55:18 +01:00
  • d52bcd46ec feat: easier guards for channelUpdate (#5716) Souji 2021-05-31 17:38:37 +02:00
  • 652c683da7 ci: fix publish action iCrawl 2021-05-31 03:23:48 +02:00
  • 0b169792af chore(deps): bump ws from 7.4.5 to 7.4.6 (#5707) dependabot[bot] 2021-05-30 23:04:12 +01:00
  • 91efe5a611 ci(publish-dev): improve resolving of next version (#5710) Jeroen Claassens 2021-05-31 00:03:35 +02:00
  • 01bb2ac97b ci: publish action for automatic master releases iCrawl 2021-05-30 21:33:02 +02:00
  • 6567ba821a fix(PermissionOverwrites): fix typo in typedef jsdoc (#5704) Adrian Castro 2021-05-30 19:59:51 +02:00
  • 48d6850d9a feat: add support for fetching multiple guilds (#5472) Jan 2021-05-29 23:37:45 +02:00
  • e300518597 Added Certified Moderator badge flag. (#5642) Vanished 2021-05-29 16:29:29 +02:00
  • 0b179c87f1 cleanup(Client): guard emitting GMU and PU on user updates (#5655) ckohen 2021-05-29 07:28:41 -07:00
  • 7d7d2a53b1 docs(Message): add example for message.reply (#5332) Ed L 2021-05-29 15:27:33 +01:00
  • 47bbdf415c docs(TextChannel): warning about setRateLimitPerUser NewsChannel (#5403) Rodry 2021-05-29 15:26:30 +01:00
  • a73a5cf914 fix(Types): make event listeners accept async callbacks (#5602) Antonio Román 2021-05-29 13:28:21 +02:00
  • add924cdb2 docs: fix InteractionDeferOptions typedef (#5694) Jan 2021-05-29 13:24:28 +02:00
  • c89bdd7566 fix(GuildEmojiRoleManager): bug in #remove (#5666) Shubham Parihar 2021-05-28 15:39:51 +05:30
  • b90b0c3cfa fix(ApplicationCommandOptionData): options property should be itself (#5679) SpaceEEC 2021-05-27 13:14:13 +02:00
  • 7d9818e21a docs(ColorResolvable): Add Fuchsia to ColorResolvable typedef (#5676) Rodry 2021-05-27 12:13:58 +01:00
  • 3fe7add2c5 feat(Guild): add the new nsfw_level property (#5660) Shubham Parihar 2021-05-27 16:42:52 +05:30
  • b40027beb9 types(PermissionOverwriteOptions): remove unused interface (#5651) Shubham Parihar 2021-05-27 16:42:44 +05:30
  • 9f491ffeb9 fix(APIMessage): document Interaction as valid MessageTarget (#5678) SpaceEEC 2021-05-27 12:54:42 +02:00
  • 840ad0a35a fix(Message): bug in #suppressEmbeds due to #5612 (#5644) Shubham Parihar 2021-05-26 16:39:35 +05:30
  • 3589e0f442 docs: add new typedef to properly doc InteractionReplyOptions (#5632) Shubham Parihar 2021-05-26 16:39:25 +05:30
  • ed593c91fb feat: InteractionDeferOptions (#5641) Jan 2021-05-26 13:09:14 +02:00
  • 5f6ec2211d fix: lint-staged for typescript files iCrawl 2021-05-26 11:09:56 +02:00
  • 3ac6d550ca chore: fix husky install (#5671) Noel 2021-05-25 21:36:26 +01:00
  • 0ca200f322 chore: set minimum npm version (#5663) Matt (IPv4) Cowley 2021-05-24 19:58:42 +01:00
  • b376f31af9 fix(DataResolver): fix circular dependency error with GuildTemplate (#5622) cherryblossom000 2021-05-23 05:40:44 +10:00
  • 14c6802438 refactor(Deps): use async-queue package (#5662) Antonio Román 2021-05-22 21:10:20 +02:00
  • f8703e3e59 chore: general cleanup (#5661) Noel 2021-05-22 11:40:30 +02:00
  • 03256bd9f8 fix(ApplicationCommandManager): limit permission methods to guilds (#5613) Jan 2021-05-22 10:02:24 +02:00
  • 56d44fbf1c fix(CommandInteraction): update typings and docs for #editReply (#5630) Shubham Parihar 2021-05-22 13:28:06 +05:30
  • 38bf24a6e5 chore(Colors): use new Discord colors (#5624) Casper 2021-05-22 09:52:48 +02:00
  • c8d20a456b docs(Guild): add proper punctuation to #fetchOwner jsdoc (#5645) Shubham Parihar 2021-05-19 02:51:57 +05:30
  • ab82cafcde docs: correct casing of object -> Object in AuditLogChange (#5636) Vlad Frangu 2021-05-16 00:25:06 +03:00
  • a6079bc9ce fix(ApplicationCommand): return string equivalent of ApplicationCommandOptionType (#5617) Juruel Keanu Lorenzo 2021-05-15 06:40:41 +08:00
  • 68b40dd91d feat(CommandInteraction): ephemeral followup messages (#5618) monbrey 2021-05-15 08:40:23 +10:00
  • c7334363b3 fix: resolve emoji in Message#react (#5614) monbrey 2021-05-14 01:48:07 +10:00
  • 73f4114f59 fix: typo in GuildMemberManager (#5616) monbrey 2021-05-13 01:51:50 +10:00
  • f831872125 feat(GuildChannel): createInvite target options (#5514) Souji 2021-05-11 22:25:09 +02:00
  • ff2f7372f2 feat(MessageEmbed): remove normalizeField validation (#5459) anandre 2021-05-11 15:24:35 -05:00
  • d219ecd05c docs(GuildChannelManager): add stage option (#5608) Vicente 2021-05-11 21:23:58 +01:00
  • 2e2464bf07 feat(GuildMemberManager): extend API coverage (#4872) monbrey 2021-05-12 06:23:42 +10:00
  • 668cd471a1 fix(Client) added a forgotten keyword "this" (#5598) Synbulat Biishev 2021-05-12 01:23:27 +05:00
  • 58763b0e91 feat(GuildChannel): make createOverwrite and updateOverwrite not dependent on cache (#5489) Shubham Parihar 2021-05-12 01:53:09 +05:30
  • 74e97ef91b fix(Message): editing with MessageEmbed or APIMessage (#5612) SpaceEEC 2021-05-11 22:22:48 +02:00
  • 2eac84296b fix(VoiceReceiver): fix memory leak (#5609) Nojay-Games 2021-05-11 13:33:45 +02:00
  • c56c4a8dc8 feat(MessageManager): extend API coverage (#4869) monbrey 2021-05-11 08:32:15 +10:00
  • 7ce741dacd feat(Message): add ReplyMessageOptions for #reply (#5296) Shubham Parihar 2021-05-11 03:28:19 +05:30
  • 31b4390042 feat(ShardingManager): add options typings (#5583) uhKevinMC 2021-05-10 16:54:32 -05:00
  • 2345c6db0c typings(WebhookMessageOptions): omit reply instead of replyTo (#5610) Shubham Parihar 2021-05-11 02:18:32 +05:30
  • d455cb65a6 feat(GuildChannel#clone): support for position property (#5236) Ishmaam Khan 2021-05-10 16:41:14 +06:00
  • 6d09160f5b feat: GuildBanManager (#5276) MBR-0001 2021-05-10 12:35:25 +02:00
  • 4a06dd1295 docs(MessageEmbed): MessageEmbedOptions typedef (#5466) Rodry 2021-05-10 11:31:35 +01:00
  • eaf332f83f refactor(*): return the invalid element when erroring from Array (#5314) ckohen 2021-05-10 03:28:36 -07:00
  • 1ecda83da7 refactor(MessageOptions): move replyTo to reply#messageReference and add failIfNotExists (#5298) ckohen 2021-05-10 03:27:36 -07:00
  • 533c2471c2 docs: update invite link, change version in the intro (#5592) Justin 2021-05-10 16:57:20 +08:00
  • 135abccd9c feat(APIRequest): support setting global headers in HTTPOptions (#5586) Advaith 2021-05-10 01:56:56 -07:00
  • 1398431bca feat(Message): replace referencedMessage with fetchReference (#5577) monbrey 2021-05-10 18:56:46 +10:00
  • ca9e5a0ee1 feat(Message): allow removing attachments (#5557) Jan 2021-05-10 10:56:33 +02:00
  • 3392eb7de2 fix(ApplicationCommandManager): fix typo in JSDoc (#5603) Adrian Castro 2021-05-10 10:55:58 +02:00
  • 0e40f9b868 chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#5595) dependabot[bot] 2021-05-08 01:25:43 +02:00
  • 9f74f95f69 feat: add support for application command events (#5596) Jan 2021-05-08 01:25:27 +02:00
  • 452ac55a28 chore: update package author email address Amish Shah 2021-05-07 20:15:02 +01:00
  • b456ff1090 chore(deps): bump lodash from 4.17.20 to 4.17.21 (#5594) dependabot[bot] 2021-05-07 17:26:33 +02:00
  • 043a25992a chore(deps): bump handlebars from 4.7.6 to 4.7.7 (#5593) dependabot[bot] 2021-05-07 17:24:24 +02:00
  • f7643f7bbe feat: interactions (#5448) Jan 2021-05-07 17:22:33 +02:00
  • af00ec8970 refactor(Sticker): rename Snowflake variable (#5575) Antonio Román 2021-04-30 22:32:52 +02:00
  • f830eb7101 fix(Sticker): file renamed to SnowflakeUtil (#5573) Jan 2021-04-30 22:26:55 +02:00
  • 026afc2c1a feat(Sticker): added Sticker (#4909) Junseo Park 2021-05-01 04:53:25 +09:00
  • 63398d6ae4 feat(Webhook): add 'fetchMessage' method (#5530) izexi 2021-04-30 20:49:32 +01:00
  • d9fa180cf9 feat(GuildManager): allow system channel flags in create (#5504) Souji 2021-04-30 21:48:57 +02:00
  • 4866e2672f feat(Guild): setChannelPositions parent, lockPermissions keys (#5507) Souji 2021-04-30 21:48:51 +02:00
  • a5d41c9f6c refactor(RequestHandler): use x-ratelimit-reset-after when present (#5511) ckohen 2021-04-30 12:48:37 -07:00
  • cdcc50f365 refactor: remove error-silencing try/catch on event handler imports (#5542) Robert Coe 2021-04-30 12:48:19 -07:00
  • 5397021efb fix(Emoji): name can be null (#5513) Souji 2021-04-30 21:47:15 +02:00
  • c9b53539d5 refactor(Sharding): use options objects (#5510) monbrey 2021-05-01 05:46:20 +10:00
  • 116ecf246e feat(Webhook): sourceGuild, sourceChannel, improve owner (#5508) Souji 2021-04-30 21:44:23 +02:00
  • 9572521e3c fix(GuildMemberRoleManager): unable to remove roles when passed an array (#5556) Shubham Parihar 2021-05-01 01:13:14 +05:30
  • 8a059cccb8 feat(Guild): allow description and features in edit (#5505) Souji 2021-04-27 09:36:48 +02:00
  • 2c54f72670 chore(UserFlags): remove system flag (#5517) Souji 2021-04-25 18:59:13 +02:00
  • 705d7b36af docs(VoiceState): #setRequestToSpeak and #setSuppressed returns a Promise instead of void (#5558) Skick 2021-04-23 23:24:22 +07:00
  • 1b827fe136 refactor: add discord-api-types as a dependency (#5539) Jan 2021-04-23 02:18:07 +02:00
  • 0d68ca8eb9 fix: typings for 'Message' (#5518) GoldElysium 2021-04-21 02:44:19 +02:00
  • cb50241e6f fix(HTTPOptions): change default value in jsdoc to 8 (#5547) Yoshida Tomio 2021-04-21 01:37:45 +08:00
  • f1c0c043b5 feat(Util): make cleanContent take a channel instead of a message (#5535) Advaith 2021-04-18 09:53:09 -07:00
  • 596832371c feat(Guild): nsfw guilds (#5525) Souji 2021-04-18 18:52:53 +02:00
  • 1be67b8851 feat(Guild): replace owner with fetchOwner (#5480) Advaith 2021-04-15 21:39:12 -07:00