You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/Permissions.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
38
38
| ADMINISTRATOR \*|`0x0000000000000008``(1 << 3)`| Allows all permissions and bypasses channel permission overwrites ||
39
39
| MANAGE_CHANNELS \*|`0x0000000000000010``(1 << 4)`| Allows management and editing of channels | T, V, S |
40
40
| MANAGE_GUILD \*|`0x0000000000000020``(1 << 5)`| Allows management and editing of the guild ||
41
-
| ADD_REACTIONS |`0x0000000000000040``(1 << 6)`| Allows for the addition of reactions to messages| T, V, S |
41
+
| ADD_REACTIONS |`0x0000000000000040``(1 << 6)`| Allows for adding new reactions to messages. This permission does not apply to reacting with an existing reaction on a message.| T, V, S |
42
42
| VIEW_AUDIT_LOG |`0x0000000000000080``(1 << 7)`| Allows for viewing of audit logs ||
43
43
| PRIORITY_SPEAKER |`0x0000000000000100``(1 << 8)`| Allows for using priority speaker in a voice channel | V |
44
44
| STREAM |`0x0000000000000200``(1 << 9)`| Allows the user to go live | V, S |
@@ -71,7 +71,7 @@ Below is a table of all current permissions, their integer values in hexadecimal
71
71
| CREATE_PRIVATE_THREADS |`0x0000001000000000``(1 << 36)`| Allows for creating private threads | T |
72
72
| USE_EXTERNAL_STICKERS |`0x0000002000000000``(1 << 37)`| Allows the usage of custom stickers from other servers | T, V, S |
73
73
| SEND_MESSAGES_IN_THREADS |`0x0000004000000000``(1 << 38)`| Allows for sending messages in threads | T |
74
-
| USE_EMBEDDED_ACTIVITIES |`0x0000008000000000``(1 << 39)`| Allows for using Activities (applications with the `EMBEDDED` flag) in a voice channel| V |
74
+
| USE_EMBEDDED_ACTIVITIES |`0x0000008000000000``(1 << 39)`| Allows for using Activities (applications with the `EMBEDDED` flag) | T, V |
75
75
| MODERATE_MEMBERS \*\*|`0x0000010000000000``(1 << 40)`| Allows for timing out users to prevent them from sending or reacting to messages in chat and threads, and from speaking in voice and stage channels ||
76
76
| VIEW_CREATOR_MONETIZATION_ANALYTICS \*|`0x0000020000000000``(1 << 41)`| Allows for viewing role subscription insights ||
77
77
| USE_SOUNDBOARD |`0x0000040000000000``(1 << 42)`| Allows for using soundboard in a voice channel | V |
0 commit comments