Skip to content

Commit cfe62ae

Browse files
committed
docs: update TSDoc comments for PermissionFlagsBits
1 parent 8190a1a commit cfe62ae

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

deno/payloads/common.ts

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

payloads/common.ts

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const PermissionFlagsBits = {
1717
/**
1818
* Allows kicking members
1919
*/
20-
2120
KickMembers: 1n << 1n,
2221
/**
2322
* Allows banning members
@@ -38,7 +37,7 @@ export const PermissionFlagsBits = {
3837
*/
3938
ManageGuild: 1n << 5n,
4039
/**
41-
* Allows for the addition of reactions to messages
40+
* Allows for the addition of reactions to messages. This permission does not apply to reacting with an existing reaction on a message
4241
*
4342
* Applies to channel types: Text, Voice, Stage
4443
*/
@@ -192,7 +191,7 @@ export const PermissionFlagsBits = {
192191
*/
193192
UseApplicationCommands: 1n << 31n,
194193
/**
195-
* Allows for requesting to speak in stage channels
194+
* Allows for requesting to speak in stage channels.
196195
*
197196
* Applies to channel types: Stage
198197
*/
@@ -234,9 +233,9 @@ export const PermissionFlagsBits = {
234233
*/
235234
SendMessagesInThreads: 1n << 38n,
236235
/**
237-
* Allows for using Activities (applications with the {@link ApplicationFlags.Embedded} flag) in a voice channel
236+
* Allows for using Activities (applications with the {@link ApplicationFlags.Embedded} flag)
238237
*
239-
* Applies to channel types: Voice
238+
* Applies to channel types: Text, Voice
240239
*/
241240
UseEmbeddedActivities: 1n << 39n,
242241
/**

0 commit comments

Comments
 (0)