Skip to content

Commit

Permalink
Add Permissions::USE_EXTERNAL_SOUNDS (serenity-rs#2451)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrasnitski authored and arqunis committed Oct 24, 2023
1 parent 3525397 commit b386fc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/model/permissions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ bitflags::bitflags! {
const VIEW_CREATOR_MONETIZATION_ANALYTICS = 1 << 41;
/// Allows for using soundboard in a voice channel.
const USE_SOUNDBOARD = 1 << 42;
/// Allows the usage of custom soundboard sounds from other servers.
const USE_EXTERNAL_SOUNDS = 1 << 45;
/// Allows sending voice messages.
const SEND_VOICE_MESSAGES = 1 << 46;
}
Expand Down

0 comments on commit b386fc9

Please sign in to comment.