Skip to content

Commit

Permalink
feat: Add new permissions
Browse files Browse the repository at this point in the history
This commit implements the new permissions (USE_CLYDE_AI, SET_VOICE_CHANNEL_STATUS, and CREATE_GUILD_EXPRESSIONS) as seen in these PRs:

discord/discord-api-docs#6354
discord/discord-api-docs#6398
discord/discord-api-docs#6120
  • Loading branch information
VelvetToroyashi committed Nov 3, 2024
1 parent 1b3c84a commit 2f30d36
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,16 @@ public enum DiscordPermission
/// </summary>
SendVoiceMessages = 46,

/// <summary>
/// Allows for interaction with Clyde (AI).
/// </summary>
UseClydeAi = 47,

/// <summary>
/// Allows for setting the status of a voice channel.
/// </summary>
SetVoiceChannelStatus = 48,

/// <summary>
/// Allows for sending polls.
/// </summary>
Expand Down

0 comments on commit 2f30d36

Please sign in to comment.