summary refs log tree commit diff
path: root/util
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2022-03-09 17:41:34 +0300
committerGitHub <noreply@github.com>2022-03-09 17:41:34 +0300
commit771e9c1cae0d59f5e443c38cbbb88eaa6cab25e5 (patch)
tree2b664ecd04fc38350ab7e50b51e41493ac562d54 /util
parentfix(api): add vanity urls creation/update (#665) (diff)
downloadserver-771e9c1cae0d59f5e443c38cbbb88eaa6cab25e5.tar.xz
Update Rights.ts
Diffstat (limited to 'util')
-rw-r--r--util/src/util/Rights.ts2
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