Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WitherredAway committed Nov 1, 2024
1 parent 7c98280 commit 95da636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

ADMIN_ROLES = (718006431231508481,)
COMMUNITY_MANAGER_ROLES = (*ADMIN_ROLES, 930346842586218607)
BOT_MANAGER_ROLES = (*COMMUNITY_MANAGER_ROLES, B0T_MANAGER_ROLE)
BOT_MANAGER_ROLES = (*COMMUNITY_MANAGER_ROLES, BOT_MANAGER_ROLE)
SERVER_MANAGER_ROLES = (*COMMUNITY_MANAGER_ROLES, SERVER_MANAGER_ROLE)
MODERATOR_ROLES = (*COMMUNITY_MANAGER_ROLES, 724879492622843944, 930346843521556540)
TRIAL_MODERATOR_ROLES = (*MODERATOR_ROLES, 813433839471820810, 930346845547409439)
Expand Down

0 comments on commit 95da636

Please sign in to comment.