Commit Graph

  • cc25455d2c refactor: replace WSCodes, WSEvents, and InviteScopes with discord-api-types equivalent (#7409) Almeida 2022-02-09 08:17:45 +00:00
  • 3d8c77600b types: fix GuildAuditLogsTypes keys & typos (#7423) Almeida 2022-02-09 08:16:52 +00:00
  • 83458ff7c7 types: Remove duplicate GuildChannelOverwriteOptions interface (#7428) Jiralite 2022-02-09 08:14:08 +00:00
  • b936103395 fix: unsafe embed builder field normalization (#7418) Suneet Tipirneni 2022-02-07 05:52:10 -05:00
  • a921ec7dc5 fix(clientpresence): fix used opcodes (#7415) Tobias Peltzer 2022-02-07 11:51:11 +01:00
  • aadfbda586 fix: correctly export UnsafeSelectMenuComponent from builders (#7421) Angga Islami 2022-02-07 17:50:42 +07:00
  • 538e9cef45 fix: use png as extension for defaultAvatarURL (#7414) Tobias Peltzer 2022-02-07 11:50:09 +01:00
  • f2a7a9f1b3 docs(channel): fix isDMBased docs (#7411) Parbez 2022-02-07 16:19:38 +05:30
  • 2800e07e59 docs(messageattachment): fix contentType docs (#7413) n1ck_pro 2022-02-07 11:49:27 +01:00
  • d8184f94dd refactor: Make constants enums top level and PascalCase (#7379) Suneet Tipirneni 2022-02-05 13:56:11 -05:00
  • cd2f566052 chore(CONTRIBUTING.md): update to yarn instructions (#7403) GodderE2D 2022-02-06 01:50:41 +11:00
  • 8bb3751340 docs: add supported option types for autocomplete (#7368) Vitor 2022-02-05 13:31:34 +00:00
  • 733ac82d5d fix(rest): sublimit all requests on unhandled routes (#7366) ckohen 2022-02-05 05:30:55 -08:00
  • a7b80b9d9b types: use GuildFeature enum from discord-api-types (#7397) Almeida 2022-02-05 13:30:14 +00:00
  • 5f4b44d580 chore: dev-bump all versions iCrawl 2022-02-05 14:20:46 +01:00
  • c15100574b chore: fix workflows for publishing iCrawl 2022-02-05 14:14:42 +01:00
  • 1c186fabeb chore: fixup workflow iCrawl 2022-02-04 22:29:49 +01:00
  • 6faeddcd0d chore: add version plugin iCrawl 2022-02-04 22:25:22 +01:00
  • 87ca2854c2 chore: remove swc for now iCrawl 2022-02-04 22:07:55 +01:00
  • 741452b9be chore: fix publish dev workflow iCrawl 2022-02-04 21:58:22 +01:00
  • 37c1cb4495 chore: yarn 3 at last iCrawl 2022-02-04 21:47:25 +01:00
  • cd5c7fa20e feat: expand workflows to all packages iCrawl 2022-02-04 21:23:43 +01:00
  • 6b6222bf51 feat(components): Add unsafe message component builders (#7387) Suneet Tipirneni 2022-02-04 14:29:41 -05:00
  • 04502ce702 fix: messageReaction.me being false when it shouldn't (#7378) Wilson 2022-02-03 00:30:05 -07:00
  • 51beda56f7 feat(thread): add newlyCreated to threadCreate event (#7386) Suneet Tipirneni 2022-02-02 16:11:26 -05:00
  • 92a04f4d98 fix: fix some typos (#7393) D Trombett 2022-02-02 22:10:47 +01:00
  • 0b866c9fb2 docs: add external builder docs links (#7390) Suneet Tipirneni 2022-02-02 16:10:03 -05:00
  • 4abb28c0a1 fix(builders): make type optional in constructor (#7391) D Trombett 2022-02-02 21:43:27 +01:00
  • 34120bba97 chore: add keepNames tsup option (#7385) D Trombett 2022-02-02 15:20:16 +01:00
  • 088394367b chore: Specify new root (#7382) Jiralite 2022-02-02 09:55:14 +00:00
  • 0803665183 chore: bump turborepo (#7369) Suneet Tipirneni 2022-01-31 11:11:32 -05:00
  • 875c86a4ef revert: refactor(invite): make channel a getter (#7365) Rodry 2022-01-31 16:10:32 +00:00
  • e6a26d25b3 types: fix *BitField.Flags properties (#7363) Rodry 2022-01-31 16:10:20 +00:00
  • 388f53550c feat(channel): add isDMBased typeguard (#7362) Rodry 2022-01-30 11:57:03 +00:00
  • 567db60475 feat(Interaction): add .commandType property to CommandInteraction and AutocompleteInteraction (#7357) Matthew1177 2022-01-30 03:56:38 -08:00
  • fbb1d0328b refactor(Bitfield): use discord-api-types enums instead (#7313) Suneet Tipirneni 2022-01-28 13:14:20 -05:00
  • 74f627c379 chore: make @types/node-fetch a regular dependency (#7350) Suneet Tipirneni 2022-01-28 13:14:11 -05:00
  • 3a5ab2c4e5 fix(messagementions): fix has method (#7292) Synbulat Biishev 2022-01-28 23:13:59 +05:00
  • 00ce1c56ac fix(guildmembermanager): use rest in edit (#7356) muchnameless 2022-01-28 01:41:52 +01:00
  • 72767a1059 docs: add EnumResolvers (#7353) Rodry 2022-01-27 09:25:25 +00:00
  • 1a6c5ab145 chore: use performance.now for time-based unit tests (#7354) Suneet Tipirneni 2022-01-27 04:05:14 -05:00
  • 355f579771 feat(scheduledevent): add support for event cover images (#7337) Suneet Tipirneni 2022-01-26 15:47:47 -05:00
  • e4bd07b239 feat(Collection): add merging functions (#7299) 1Computer1 2022-01-26 15:46:31 -05:00
  • e1ecc1a80a fix(typings): mark RESTOptions as Partial in ClientOptions (#7349) Casper 2022-01-26 21:45:25 +01:00
  • 11e5e5ac5b fix(Webhook): use correct method name (#7348) RAIDEN 2022-01-26 21:42:32 +09:00
  • ec0fba1ed0 refactor: use @discordjs/rest (#7298) Jan 2022-01-26 10:45:04 +01:00
  • ac26d9b130 feat(cdn): add support for scheduled event image covers (#7335) Suneet Tipirneni 2022-01-26 04:24:43 -05:00
  • 2db0cdd357 fix(thread): don't assign directly to getters (#7346) Suneet Tipirneni 2022-01-26 04:24:19 -05:00
  • 9a566e8068 feat(enumResolvers): strengthen typings (#7344) IRONM00N 2022-01-26 04:24:13 -05:00
  • d6b56d0080 fix: don't create new instances of builders classes (#7343) Rodry 2022-01-26 09:23:58 +00:00
  • b6402723c3 docs(locales): update Discord API docs link (#7266) Rodry 2022-01-25 20:23:45 +00:00
  • 706db9228a feat: allow setting message flags when sending (#7312) Almeida 2022-01-25 20:23:38 +00:00
  • 47633f0fd2 fix: missed enums and typings from #7290 (#7331) IRONM00N 2022-01-25 15:23:13 -05:00
  • 67250382f9 refactor(files): remove redundant file property names (#7340) ckohen 2022-01-25 06:35:04 -08:00
  • 5ccdb0ab26 feat(minor): add application_id to Webhook (#7317) oof2win2 2022-01-25 08:34:46 +01:00
  • 9a1623425a feat(threadchannel): add createdTimestamp field (#7306) Suneet Tipirneni 2022-01-25 02:34:26 -05:00
  • c05b38873b types: fix MessageMentions channel types (#7316) oof2win2 2022-01-25 08:34:04 +01:00
  • 31768fcd69 refactor(embed): mark properties as readonly (#7332) Suneet Tipirneni 2022-01-24 14:26:36 -05:00
  • bcc5cda8a9 feat(embed): add setFields (#7322) Rodry 2022-01-24 19:26:23 +00:00
  • d2d3a80c55 refactor: switch to /builders Embed (#7067) Antonio Román 2022-01-24 20:17:21 +01:00
  • 2f16f879aa chore: deps iCrawl 2022-01-24 17:28:30 +01:00
  • a319607af6 chore(release): builders, collection, rest and voice @discordjs/voice@0.8.0 @discordjs/rest@0.3.0 @discordjs/collection@0.5.0 @discordjs/builders@0.12.0 iCrawl 2022-01-24 17:14:02 +01:00
  • 487a5a2669 chore: update changelogs iCrawl 2022-01-24 16:42:33 +01:00
  • c10afeadc7 types: make required a boolean (#7307) Suneet Tipirneni 2022-01-20 08:30:03 -05:00
  • d0fa5aaa26 fix(rest): don't add empty query (#7308) ckohen 2022-01-20 03:14:31 -08:00
  • d8ea572fb8 fix(rest): use http agent when protocol is not https (#7309) ckohen 2022-01-20 03:14:12 -08:00
  • 1c6c9449ad types: Fix channel create overloads (#7294) Jiralite 2022-01-19 21:06:07 +00:00
  • b4ed8fd3ed refactor: remove transformPermissions (#7303) Jan 2022-01-19 22:05:54 +01:00
  • 857bba4480 fix(guildchannelmanager): remove reverse enum lookup (#7304) Suneet Tipirneni 2022-01-19 16:05:38 -05:00
  • bd33ebb507 docs(StageInstance): deprecate discoverableDisabled (#7179) Shubham Parihar 2022-01-20 01:07:05 +05:30
  • cf25de9373 feat(GuildPreview): Add stickers (#7152) Jiralite 2022-01-19 19:36:05 +00:00
  • 5b4dbc3359 ci(publish-dev): only build dependencies when releasing (#7302) SpaceEEC 2022-01-19 14:54:25 +01:00
  • 213acd7997 feat: Enum resolvers & internal enum string removal (#7290) Suneet Tipirneni 2022-01-19 08:11:10 -05:00
  • 164589c551 refactor: Remove VoiceChannel#editable (#7291) Jiralite 2022-01-19 06:14:33 +00:00
  • 347ff80bbc refactor: Remove boolean option for Webhook#fetchMessage (#7293) Jiralite 2022-01-19 06:13:38 +00:00
  • 307389a335 BaseClient: pass captureRejections option (#7288) Khafra 2022-01-18 05:21:05 -05:00
  • 9181a31e0b feat(guildemojimanager): add delete and edit methods (#7286) awned 2022-01-18 15:35:36 +08:00
  • 86d9d06743 fix(builders): dont export Button component stuff twice (#7289) Almeida 2022-01-17 21:13:51 +00:00
  • da05a8856b feat(interaction): add isRepliable type guard (#7259) Suneet Tipirneni 2022-01-17 14:17:34 -05:00
  • 6112767128 refactor(subcommandgroup): required default to false (#7217) Parbez 2022-01-17 21:16:31 +05:30
  • 26a9dc3206 types: fix regressions and inconsistencies (#7260) Rodry 2022-01-17 15:45:23 +00:00
  • 18b0ed4cbe refactor(invite): make channel and inviter getters (#7278) Almeida 2022-01-17 12:51:34 +00:00
  • c90e47f904 refactor: remove required from getMember (#7188) Parbez 2022-01-17 18:21:13 +05:30
  • 3bb4829800 feat: rest hash and handler sweeping (#7255) Suneet Tipirneni 2022-01-17 07:50:41 -05:00
  • e65da44d9c docs(shardingmanager): fix type of execArgv option (#7284) Almeida 2022-01-17 12:15:46 +00:00
  • 0951309b32 chore(cdn): default to animated images (#7265) Suneet Tipirneni 2022-01-17 07:14:03 -05:00
  • 101d7c5ffa refactor: remove djs components and use /builders components instead (#7252) Suneet Tipirneni 2022-01-17 07:13:48 -05:00
  • 599f96740e ci: fix docs workflow (#7287) Jan 2022-01-17 11:40:53 +01:00
  • 9054f2f7ad feat: rest docs (#7281) Jan 2022-01-17 10:56:48 +01:00
  • ecf2430f6e ci: dont run auto-deprecated and publish-dev on forks (#7279) Almeida 2022-01-16 20:24:31 +00:00
  • 7c07976018 refactor: Default *URL methods to animated hash (#7149) Jiralite 2022-01-14 17:03:09 +00:00
  • 8ddd44ed85 fix: import clear{Timeout,Interval} from node:timers (#7269) Antonio Román 2022-01-14 13:34:59 +01:00
  • 0b23b7f039 refactor: use setPosition inside edit (#7263) Jan 2022-01-14 00:21:32 +01:00
  • 06f5210f58 fix(ApplicationCommand): use new ApplicationCommandOptionType enums (#7257) Koyamie 2022-01-14 00:20:45 +01:00
  • f284a4641f fix: use enums from discord-api-types (#7258) Almeida 2022-01-13 23:19:35 +00:00
  • 988a51b764 chore(release): version 13.6.0 iCrawl 2022-01-13 18:24:17 +01:00
  • 1f4e633ce3 docs(interaction): add locale list link (#7261) Rodry 2022-01-13 17:19:30 +00:00
  • 37ec0bda6d docs(interaction): add locale list link (#7261) Rodry 2022-01-13 17:19:30 +00:00
  • 233084a601 feat: add Locales to Interactions (#7131) Suneet Tipirneni 2022-01-11 02:55:49 -05:00
  • 0a5d5f38c0 refactor: don't disable import order lint (#7262) Jan 2022-01-13 17:59:49 +01:00