Update src/types/utils/rights.rs

Co-authored-by: SpecificProtagonist <specificprotagonist@posteo.org>
This commit is contained in:
kozabrada123 2023-07-29 16:04:49 +00:00 committed by GitHub
parent 552032a61e
commit b172e5910d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ bitflags! {
const USE_VIDEO = 1 << 27; const USE_VIDEO = 1 << 27;
/// Can use voice in guilds/channels that they have permissions /// Can use voice in guilds/channels that they have permissions
const USE_VOICE = 1 << 28; const USE_VOICE = 1 << 28;
/// Can create user-specific invites in guilds that they have INVITE_USERS /// Can create user-specific invites in guilds that they have the [`INVITE_USERS`] right in.
const INVITE_USERS = 1 << 29; const INVITE_USERS = 1 << 29;
/// Can delete/disable own account /// Can delete/disable own account
const SELF_DELETE_DISABLE = 1 << 30; const SELF_DELETE_DISABLE = 1 << 30;