Jaw0r3k
5f6a82d349
feat(StageInstanceManager): add guildScheduledEvent to create() ( #9024 )
...
* Update StageInstanceManager.js
* typings
* docs
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2023-10-03 18:31:19 +00:00
Jaw0r3k
759c0b0d46
feat: support default_thread_rate_limit_per_user in channel creation ( #9339 )
...
* feat: support default_thread_rate_limit_per_user in channel creation
* feat: add rawDataTypes
* fix: remove other rawTypes
* chore: missing comma
* types: undo all raw data changes
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2023-09-20 16:41:34 +00:00
Jiralite
24ac27df4d
docs: Fix AutoModerationRuleTriggerTypes link ( #9530 )
...
docs: fix `AutoModerationRuleTriggerTypes` link
2023-05-07 14:18:11 +00:00
Jaw0r3k
5057f04304
feat: Safety alerts channel and mention raid protection ( #9073 )
...
* feat: safety alerts channel and mention raid protection
* feat: add raw types
* Apply suggestions from code review
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
* docs: update guild features
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2023-05-07 12:44:44 +00:00
Jaw0r3k
21dfac90ac
fix: Miscellaneous fixes ( #9445 )
...
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: Almeida <almeidx@pm.me >
Co-authored-by: kyranet <kyradiscord@gmail.com >
Fix embeds and components (#9437 )
fix links and invalid syntax (#9322 )
2023-05-01 21:03:19 +02:00
Jaw0r3k
4f26ba7c2a
feat v13: Support pagination for fetching thread members ( #9045 )
...
* feat: support pagnation
* feat: support pagnation
* feat: fix tests
* fix: better fetch
* fix: tests
* Apply suggestions from code review
Co-authored-by: Aura Román <kyradiscord@gmail.com >
* fix: bad merge
---------
Co-authored-by: Aura Román <kyradiscord@gmail.com >
2023-04-17 13:59:25 +00:00
Jaw0r3k
add14acc20
feat(AutoModeration): v13 support customMessage ( #9173 )
...
* feat: add customMessage
* chore: use main wording
2023-04-13 16:36:46 +00:00
Jiralite
a51ddb2b06
chore: Miscellaneous fixes ( #9271 )
...
* fix(Message#editable): update editable check in threads locked (#9216 )
* fix(Message#editable): update editable check in threads locked
* fix(Message#editable): add check in archived threads
* fix: check manage threads permission only if thread is locked
* fix: adding a full stop at the end of a sentence
Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com >
---------
Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com >
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
* fix(ThreadManager): Respect `cache` and `force` in fetching (#9239 )
* fix(ThreadManager): Respect `cache` and `force` in fetching
* refactor: remove defaults
These are already defaulted down the line.
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* refactor(FetchThreadsOptions): Remove `active` (#9241 )
* refactor(FetchThreadsOptions): remove `active`
* docs(FetchThreadsOptions): update description
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* docs: add more examples (#9252 )
* docs: add more examples
* fix: fix grammar and syntax
Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com >
* chore: fine-tune examples
* chore: replace double quotes with singles
* fix: remove redundant example tag
* fix: fix timeout logging
* Update packages/discord.js/src/structures/GuildMember.js
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
---------
Co-authored-by: Jaw0r3k <jaworekwiadomosci@gmail.com >
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* docs(Role): Fix example for `comparePositionTo()`
* docs(FetchArchivedThreadOptions): `before` respects `archive_timestamp`, not creation timestamp (#9240 )
docs(FetchArchivedThreadOptions): correct `before` description
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* fix(snowflake): snowflakes length (#9144 )
* fix(snowflake): fix snowflakes length
* fix(snowflake): fix length
* fix(Message): `bulkDeletable` permissions should be retrieved later for DMs (#9146 )
* fix(Message): permissions check should be done later
the getter will error if used on a message originating from a DM
* refactor: remove unessercary chaining
* fix: invalid backport
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
* docs(Role): fix comparison example
* fix(ClientUser): no mutation on edit
* refactor: call bans.create directly
* fix(AutocompleteInteraction): Send `name_localizations` correctly (#9238 )
fix(AutocompleteInteraction): send locale correctly
Co-authored-by: space <spaceeec@yahoo.com >
* fix: resolving string bitfield (#9262 )
fix: resolving bitfield
Co-authored-by: space <spaceeec@yahoo.com >
* fix: Keep symbols in actions manager (#9293 )
fix: keep symbols in actions manager
* fix: add support for new guild feature `GUILD_WEB_PAGE_VANITY_URL` (#9219 )
Co-authored-by: space <spaceeec@yahoo.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* docs: differ `User#send` (#9251 )
* docs: differate user#send
* chore: format
* chore: remove some examples
* docs: add GuildMember#send example
---------
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
* docs: describe private properties (#8879 )
* feat: describe private properties
* Update packages/discord.js/src/structures/GuildMember.js
Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com >
* Apply suggestions from code review
---------
Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
---------
Co-authored-by: Erwan <erwan977@gmail.com >
Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com >
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Tetie <tjvssr@gmail.com >
Co-authored-by: DraftMan <contact@draftman.fr >
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com >
Co-authored-by: Jaw0r3k <jaw0r3k.g@gmail.com >
Co-authored-by: space <spaceeec@yahoo.com >
Co-authored-by: pkdev08 <54294685+pkdev08@users.noreply.github.com >
Co-authored-by: MrMythicalYT <91077061+MrMythicalYT@users.noreply.github.com >
2023-04-01 23:46:23 +00:00
Jaworek
120270e8dc
feat: v13 support SUPPRESS_NOTIFICATIONS flag ( #9184 )
...
feat: add suppress notifications flag
2023-03-03 17:54:54 +00:00
Jaworek
fd494a385e
feat(GuildMemberManager): add addRole and removeRole methods ( #9108 )
...
* feat: addrole and removerole
* fix: apply suggestions
* Apply suggestions from code review
Co-authored-by: space <spaceeec@yahoo.com >
* fix: missdeleted ban :(
---------
Co-authored-by: space <spaceeec@yahoo.com >
2023-02-21 20:14:54 +00:00
Jiralite
eed293f893
fix: minor forums cleanup ( #9033 )
...
* docs(GuildChannelResolvable): remove extra `ForumChannel`
* docs: replace `GuildForumThreadChannel`
* docs: `Channel` correct reference
* refactor: move `threadName` to the right method
2023-02-17 23:02:38 +01:00
Jaworek
86329ad66f
feat(GuildChannelManager): add addFollower ( #9050 )
...
* feat: addFolower method
* Update src/structures/NewsChannel.js
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
---------
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
2023-02-17 22:47:13 +01:00
Jaworek
d69529e3fe
feat(GuildMember): add flags ( #9098 )
...
* feat: guildMember flags
* Apply suggestions from code review
Co-authored-by: Almeida <almeidx@pm.me >
* Update GuildMember.js
---------
Co-authored-by: Almeida <almeidx@pm.me >
2023-02-17 22:16:49 +01:00
Jaworek
428798374f
feat: backport automod ( #8886 )
...
Co-authored-by: Aura Román <kyradiscord@gmail.com >
2023-01-13 11:26:32 +01:00
Jiralite
b01c81dd72
refactor: Move me and add fetchMe() ( #9029 )
2023-01-10 10:49:43 +01:00
Jiralite
64575195b5
fix: Import errors correctly ( #9030 )
2023-01-10 10:46:02 +01:00
Elysia
546ac43911
feat: backport guild forum support to v13 ( #8651 )
...
Co-authored-by: Jaworek <jaworekwiadomosci@gmail.com >
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com >
2023-01-02 16:21:15 +01:00
Jiralite
649058055a
types: Swap message reaction and emoji identifier types ( #8970 )
...
Co-authored-by: Aura Román <kyradiscord@gmail.com >
2023-01-01 18:28:56 +01:00
RedGuy12
f4e81330bf
types(GuildChannelManager): correct fetch return type (v13) ( #8551 )
2022-09-13 09:10:47 +02:00
Jiralite
ca68fc3f6b
feat(GuildBanManager): Add deleteMessageSeconds ( #8575 )
2022-09-02 17:22:36 +02:00
Jiralite
10b12ccea6
types: Disallow some channel types from webhook creation ( #8535 )
2022-08-22 09:46:17 +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
Almeida
4cf05559a2
fix(ApplicationCommandManager): allow passing 0n to defaultMemberPermissions (v13) ( #8312 )
2022-07-20 20:12:28 +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
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
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
125696fc79
feat: partially backport perms v2 for v13 ( #8162 )
2022-06-24 00:05:11 +02:00
Almeida
876816ab2a
fix(guildchannelmanager): wrong parameter in _sortedChannels call ( #8011 )
2022-06-05 19:17:38 +02:00
Jiralite
5165b18b85
feat: backport ( #7776 )
2022-04-19 15:59:05 +02:00
Jiralite
3eb45e30b3
feat: backport ( #7787 )
2022-04-14 12:48:31 +02:00
Jiralite
ab324ea6ae
feat: backport ( #7786 )
2022-04-14 12:48:10 +02:00
Hyro
022e138b9a
feat: add support for localized slash commands (v13 backport) ( #7766 )
2022-04-14 12:47:46 +02:00
Jiralite
ae7f991e8d
feat: backport ( #7779 )
2022-04-14 12:45:16 +02:00
Jiralite
6daee1b235
feat(VoiceChannel): Support video_quality_mode (v13) ( #7785 )
2022-04-14 12:43:25 +02:00
Almeida
c9e4562fd5
fix(GuildChannelManager): delete method accessing wrong id ( #7771 )
2022-04-12 17:08:57 +02:00
Rodry
9f09702854
feat: add methods to managers for v13 ( #7611 )
2022-04-09 11:35:17 +02:00
Jiralite
b231bece0e
feat: Backport reason on pin and unpin ( #7556 )
2022-03-02 10:32:03 +01:00
Jiralite
69ba067a65
docs: Backport version 13 fixes ( #7552 )
...
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com >
2022-03-02 10:31:28 +01:00
Ben
2fcf8af421
feat(scheduledevents): add image option (v13) ( #7549 )
2022-02-26 11:14:48 +01:00
Antonio Román
3c62bd2d47
refactor: import timers, process, and Buffer from node: ( #7157 )
...
Co-authored-by: muchnameless <12682826+muchnameless@users.noreply.github.com >
Co-authored-by: Almeida <almeidx@pm.me >
2021-12-28 10:15:24 +01:00
muchnameless
d0c3961aef
fix(GuildMemberManager): nick endpoint ( #7151 )
2021-12-26 18:52:48 +01:00
Shubham Parihar
1316fd4c6a
feat: add support for GuildScheduledEvent ( #6493 )
...
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com >
Co-authored-by: Sugden <28943913+NotSugden@users.noreply.github.com >
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com >
Co-authored-by: GoldenAngel <50855202+GoldenAngel2@users.noreply.github.com >
Co-authored-by: Vlad Frangu <kingdgrizzle@gmail.com >
Co-authored-by: Antonio Román <kyradiscord@gmail.com >
Co-authored-by: SpaceEEC <spaceeec@yahoo.com >
2021-12-23 13:39:09 +01:00
Jiralite
aa7c1b2081
feat(GuildMember): Add timeouts ( #7104 )
...
Co-authored-by: Rodry <38259440+ImRodry@users.noreply.github.com >
Co-authored-by: Tiemen <ThaTiemsz@users.noreply.github.com >
Co-authored-by: Antonio Román <kyradiscord@gmail.com >
2021-12-22 17:54:44 +01:00
Jiralite
2ed02f7fc7
refactor(UserManager): Move methods to the manager ( #7087 )
...
Co-authored-by: SpaceEEC <spaceeec@yahoo.com >
Co-authored-by: Noel <buechler.noel@outlook.com >
2021-12-22 14:25:52 +01:00
Jiralite
8efc5c7b8d
chore(GuildMemberManager): Update nick path ( #7114 )
2021-12-15 20:43:12 +01:00
Jiralite
1e00fc2001
refactor(RoleManager): Move some methods over from Role ( #7096 )
2021-12-14 19:04:07 +01:00
Rodry
fdba146f9b
docs(StoreChannel): add deprecation warnings ( #7080 )
...
Co-authored-by: Antonio Román <kyradiscord@gmail.com >
2021-12-08 18:51:07 +01:00