diff --git a/common/user_privileges.go b/common/user_privileges.go index ccb5426..62e36db 100644 --- a/common/user_privileges.go +++ b/common/user_privileges.go @@ -26,6 +26,7 @@ const ( AdminPrivilegeKickUsers UserPrivilegePendingVerification UserPrivilegeTournamentStaff + AdminPrivilegeCaker ) // UserPrivileges represents a bitwise enum of the privileges of an user.