Update src/types/utils/rights.rs

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

View File

@ -84,7 +84,7 @@ bitflags! {
const SELF_DELETE_DISABLE = 1 << 30; const SELF_DELETE_DISABLE = 1 << 30;
/// Can use pay-to-use features once paid /// Can use pay-to-use features once paid
const DEBTABLE = 1 << 31; const DEBTABLE = 1 << 31;
/// Can earn money using monetization features in guilds that have MONETIZATION_ENABLED /// Can earn money using monetization features in guilds that have [`MonetizationEnabled`](crate::types::types::guild_configuration::GuildFeatures::MonetizationEnabled)
const CREDITABLE = 1 << 32; const CREDITABLE = 1 << 32;
/// Can kick or ban guild or group DM members in the guilds/groups where they have KICK_MEMBERS or BAN_MEMBERS /// Can kick or ban guild or group DM members in the guilds/groups where they have KICK_MEMBERS or BAN_MEMBERS
const KICK_BAN_MEMBERS = 1 << 33; const KICK_BAN_MEMBERS = 1 << 33;