diff options
author | Erkin Alp Güney <erkinalp9035@gmail.com> | 2022-03-09 17:41:34 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 17:41:34 +0300 |
commit | f6f5dcafd113f0ecca188e584c991c301ea03b76 (patch) | |
tree | a581b4d2bfa971056d795846e8074bd144a7c9fd | |
parent | fix(api): add vanity urls creation/update (#665) (diff) | |
download | server-f6f5dcafd113f0ecca188e584c991c301ea03b76.tar.xz |
Update Rights.ts
-rw-r--r-- | util/src/util/Rights.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/src/util/Rights.ts b/util/src/util/Rights.ts index 9a99d393..db5384d0 100644 --- a/util/src/util/Rights.ts +++ b/util/src/util/Rights.ts @@ -65,6 +65,8 @@ export class Rights extends BitField { // inverts the presence confidentiality default (OPERATOR's presence is not routed by default, others' are) for a given user SELF_ADD_DISCOVERABLE: BitFlag(36), // can mark discoverable guilds that they have permissions to mark as discoverable MANAGE_GUILD_DIRECTORY: BitFlag(37), // can change anything in the primary guild directory + POGGERS: BitFlag(38), // can send confetti, screenshake, random user mention (@someone) + USE_ACHIEVEMENTS: BitFlag(39), // can use achievements and cheers INITIATE_INTERACTIONS: BitFlag(40), // can initiate interactions RESPOND_TO_INTERACTIONS: BitFlag(41), // can respond to interactions SEND_BACKDATED_EVENTS: BitFlag(42), // can send backdated events |