summaryrefslogtreecommitdiff
path: root/bot/src/schemas/user.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/schemas/user.hpp')
-rw-r--r--bot/src/schemas/user.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/src/schemas/user.hpp b/bot/src/schemas/user.hpp
index 2b8de81..0ce09c8 100644
--- a/bot/src/schemas/user.hpp
+++ b/bot/src/schemas/user.hpp
@@ -56,7 +56,8 @@ namespace bot::schemas {
VIP,
MODERATOR,
BROADCASTER,
- TRUSTED = 50
+ TRUSTED = 50,
+ SUPERUSER = 99
};
class UserRights {