Skip to content

Commit

Permalink
Use "SRZ" as the SR TLA
Browse files Browse the repository at this point in the history
This is the one we use as standard, not SRX
RealOrangeOne authored Feb 17, 2023
1 parent 280dec0 commit 2cabea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
# role to give user if they have correctly entered *any* password
VERIFIED_ROLE = "verified"

SPECIAL_TEAM = "SRX"
SPECIAL_TEAM = "SRZ"
SPECIAL_ROLE = "unverified-volunteer"

PASSWORDS_CHANNEL_NAME = "role-passwords"

0 comments on commit 2cabea4

Please sign in to comment.