From 49801bef101051cf9c19eaaf672b1061cbddfffc Mon Sep 17 00:00:00 2001 From: kozabrada123 <59031733+kozabrada123@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:07:06 +0000 Subject: [PATCH] Update src/types/utils/rights.rs Co-authored-by: SpecificProtagonist --- src/types/utils/rights.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types/utils/rights.rs b/src/types/utils/rights.rs index bab08db..5a3c373 100644 --- a/src/types/utils/rights.rs +++ b/src/types/utils/rights.rs @@ -90,7 +90,7 @@ bitflags! { const KICK_BAN_MEMBERS = 1 << 33; /// Can leave the guilds or group DMs that they joined on their own (one can always leave a guild or group DMs where they have been force-added) const SELF_LEAVE_GROUPS = 1 << 34; - /// Inverts the presence confidentiality default (OPERATOR's presence is not routed by default, others' are) for a given user + /// Inverts the presence confidentiality default ([`OPERATOR`]'s presence is not routed by default, others' are) for a given user const PRESENCE = 1 << 35; /// Can mark discoverable guilds where they have permissions to mark as discoverable const SELF_ADD_DISCOVERABLE = 1 << 36;