RedGuy12
03c59e3a83
types(Message): correct bulkDelete return type (v13) ( #8469 )
2022-08-10 20:37:51 +02:00
iCrawl
9ce7e5edcf
chore(discord.js): release discord.js@13.10.1
13.10.1
2022-08-10 20:22:28 +02:00
Jiralite
2a46d9f58e
fix(ThreadChannel): Handle possibly null parent (v13) ( #8467 )
2022-08-10 20:17:21 +02:00
iCrawl
78e494b06e
chore(discord.js): release discord.js@13.10.0
13.10.0
2022-08-10 19:40:09 +02:00
Jiralite
ae43bca8b0
feat(Guild): Add max_video_channel_users (v13) ( #8424 )
2022-08-08 11:05:46 +02:00
iCrawl
7321507559
chore(discord.js): release discord.js@13.9.2
13.9.2
2022-07-29 10:55:59 +02:00
Almeida
d0a4199760
fix(MessageMentions): ignoreRepliedUser option in has() (v13) ( #8365 )
2022-07-29 10:47:13 +02:00
Jiralite
96125079a2
fix(GuildChannelManager): allow unsetting rtcRegion (v13) ( #8362 )
...
Co-authored-by: SpaceEEC <24881032+SpaceEEC@users.noreply.github.com >
2022-07-26 09:28:44 +02:00
Jiralite
7b41fb6b5a
chore: disable scope-case rule for commitlint (v13) ( #8363 )
...
chore: disable scope-case rule for commitlint
Co-Authored-By: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
2022-07-25 19:40:19 +02:00
Jiralite
4f7c1e35c3
fix(ThreadChannel): Omit webhook fetching (v13) ( #8352 )
2022-07-24 17:26:34 +02:00
iCrawl
622c77ba7a
chore(discord.js): release discord.js@13.9.1
13.9.1
2022-07-24 00:12:06 +02:00
pat
be35db2410
refactor(embed): deprecate addField ( #8318 )
...
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Arjun Sharda <77706434+ArjunSharda@users.noreply.github.com >
Co-authored-by: Almeida <almeidx@pm.me >
2022-07-23 23:39:03 +02:00
Jiralite
e95caa7e45
refactor(Presence): Remove redundant date parsing (v13) ( #8341 )
2022-07-23 18:21:53 +02:00
iCrawl
5c1e558570
ci: add vercel check deploy branch script
2022-07-20 23:09:40 +02:00
Almeida
4cf05559a2
fix(ApplicationCommandManager): allow passing 0n to defaultMemberPermissions (v13) ( #8312 )
2022-07-20 20:12:28 +02:00
iCrawl
d9432aba71
ci: correct path to docs.json
2022-07-18 17:58:32 +02:00
iCrawl
f2a6f9fc1d
ci: remove build step
2022-07-18 17:55:37 +02:00
iCrawl
da3d4873a7
ci: fix documentation deployment for v13
2022-07-18 17:53:35 +02:00
iCrawl
64928abb9e
chore(discord.js): release discord.js@13.9.0
13.9.0
2022-07-17 19:39:23 +02:00
iCrawl
7b7cc1c6cb
chore: deps
2022-07-17 19:38:43 +02:00
Cinnamon
00a705707e
docs: add new HTTP Error Codes 50068 (v13) ( #8273 )
2022-07-17 19:10:43 +02:00
BattleEye
4d86cf4ce0
fix(PermissionOverwriteManager): mutates user ( #8282 )
...
Fix PermissionOverwriteManager changing userOrRole
Since it's mutated the original Member object won't be passed to upset and will be seen as invalid if User cache is disabled.
Functions normally even with User cache disabled after the fix.
2022-07-17 19:10:03 +02:00
Jiralite
beb3d8ec26
fix(GuildChannelManager): Access resolveId correctly (v13) ( #8297 )
2022-07-17 18:51:39 +02:00
muchnameless
8fe166dcfd
fix(GuildChannelManager): edit lockPermissions ( #8267 )
2022-07-12 22:34:40 +02:00
Cinnamon
9cc336c43b
docs: Add MessageActivityType (v13) ( #8257 )
2022-07-09 19:42:43 +02:00
MateoDeveloper
a93f4b1ba2
feat(ApplicationCommand): add min_length and max_length for string option (v13) ( #8217 )
2022-07-06 20:39:55 +02:00
Almeida
f457cdd2de
fix(applicationcommandmanager): explicitly allow passing builders to methods (v13) ( #8229 )
2022-07-05 11:12:13 +02:00
Vlad Frangu
f704b261c0
fix: pass in the expected query object type for application commands ( #8189 )
2022-07-03 18:04:44 +02:00
Jiralite
631abee693
types(GuildMemberManager): Non-void return of edit() (v13) ( #8187 )
2022-07-03 18:04:35 +02:00
Superchupu
feb8e30d2e
docs(MessageInteraction): update commandName description (v13) ( #8220 )
2022-07-03 15:43:10 +02:00
Jiralite
4063b90cef
fix: Use non-global flag whilst resolving regular expressions ( #8178 )
...
fix(DataResolver): remove global flag on resolving
2022-06-30 00:39:48 +02:00
KinectTheUnknown
0e0f784447
fix(GuildStickerManager.fetchUser): Changed guildId to guild.id ( #8176 )
...
fix(GuildStickerManager.fetchUser): guildId to guild.id
2022-06-30 00:39:28 +02:00
Almeida
e8d72c7245
fix(guildmemberremove): remove member's presence for v13 ( #8182 )
...
Backports #8181
2022-06-30 00:38:08 +02:00
Almeida
4ae08ad9ef
docs(constants): document missing constants ( #8168 )
2022-06-30 00:37:21 +02:00
Almeida
222fc9c679
feat(interaction): add appPermissions (v13) ( #8195 )
2022-06-30 00:36:07 +02:00
Almeida
079973f1cf
types: add missing shard types (v13) ( #8192 )
2022-06-30 00:35:51 +02:00
Almeida
125696fc79
feat: partially backport perms v2 for v13 ( #8162 )
2022-06-24 00:05:11 +02:00
DD
c198e893c9
fix(WebSocketShard): backport error handler preservation on connections ( #8164 )
2022-06-23 21:13:33 +02:00
iCrawl
7e1904c2ad
chore(release): version
13.8.1
2022-06-23 17:38:54 +02:00
Jiralite
c61fc8082a
fix(VoiceChannel): NSFW property (v13) ( #8161 )
...
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com >
Co-authored-by: pat <73502164+nyapat@users.noreply.github.com >
2022-06-23 14:51:42 +02:00
Jiralite
65444f510d
docs: TextBasedChannel-> TextBasedChannels typos (v13) ( #8155 )
2022-06-23 12:37:28 +02:00
KinectTheUnknown
70450f6873
typings(Shard#reconnecting): Backport to v13 - Fix event name ( #8126 )
2022-06-20 14:47:54 +02:00
Superchupu
3638b4021a
refactor: deprecate $ prefix from ws.properties keys ( #8095 )
2022-06-17 23:26:57 +02:00
MateoDeveloper
0ab2227984
fix(ModalSubmitInteraction): add isFromMessage() missing method ( #8092 )
2022-06-15 01:02:03 +02:00
Voxelli
afb18b99b7
fix: destroy options during cleanup ( #8082 )
2022-06-13 20:03:56 +02:00
Rodry
613fd43fcf
types(AutocompleteOption): backport fix and improve types ( #8078 )
2022-06-13 20:03:39 +02:00
Jiralite
3095f350e0
fix(AuditLog): default changes to empty array ( #8076 )
2022-06-13 20:03:22 +02:00
Synbulat Biishev
0d0190a6fd
types(GuildChannel): fix type of .isText() method ( #8061 )
2022-06-13 20:03:04 +02:00
iCrawl
8f6df90035
chore(release): version
13.8.0
2022-06-05 19:28:12 +02:00
Almeida
876816ab2a
fix(guildchannelmanager): wrong parameter in _sortedChannels call ( #8011 )
2022-06-05 19:17:38 +02:00