feat: update permissions
This commit is contained in:
@@ -111,6 +111,8 @@ class Permissions extends BitField {
|
||||
* * `VIEW_CREATOR_MONETIZATION_ANALYTICS`
|
||||
* * `USE_SOUNDBOARD`
|
||||
* * `SEND_VOICE_MESSAGES`
|
||||
* * `USE_CLYDE_AI`
|
||||
* * `SET_VOICE_CHANNEL_STATUS`
|
||||
* @type {Object<string, bigint>}
|
||||
* @see {@link https://discord.com/developers/docs/topics/permissions#permissions-bitwise-permission-flags}
|
||||
*/
|
||||
@@ -162,6 +164,8 @@ Permissions.FLAGS = {
|
||||
VIEW_CREATOR_MONETIZATION_ANALYTICS: 1n << 41n,
|
||||
USE_SOUNDBOARD: 1n << 42n,
|
||||
SEND_VOICE_MESSAGES: 1n << 46n,
|
||||
USE_CLYDE_AI: 1n << 47n,
|
||||
SET_VOICE_CHANNEL_STATUS: 1n << 48n,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user