Skip to content

Commit

Permalink
Update permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihlus committed Feb 5, 2024
1 parent c9360ee commit bc1826c
Showing 1 changed file with 13 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public enum DiscordPermission
ManageWebhooks = 29,

/// <summary>
/// Allows management and editing of emojis, stickers, and soundboard sounds.
/// Allows for editing and deleting of emojis, stickers, and soundboard sounds created by all users.
/// </summary>
ManageGuildExpressions = 30,

Expand All @@ -203,7 +203,7 @@ public enum DiscordPermission
RequestToSpeak = 32,

/// <summary>
/// Allows the user to manage scheduled events.
/// Allows for editing and deleting scheduled events created by all users.
/// </summary>
ManageEvents = 33,

Expand Down Expand Up @@ -253,6 +253,17 @@ public enum DiscordPermission
/// </summary>
UseSoundboard = 42,

/// <summary>
/// Allows for creating emojis, stickers, and soundboard sounds, as well as editing and deleting those created by
/// the current user.
/// </summary>
CreateGuildExpressions = 43,

/// <summary>
/// Allows for creating scheduled events, as well as editing and deleting those created by the current user.
/// </summary>
CreateEvents = 44,

/// <summary>
/// Allows the usage of custom soundboard sounds from other servers.
/// </summary>
Expand Down

0 comments on commit bc1826c

Please sign in to comment.