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.hpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/bot/src/schemas/user.hpp b/bot/src/schemas/user.hpp
index ee9bd10..2b8de81 100644
--- a/bot/src/schemas/user.hpp
+++ b/bot/src/schemas/user.hpp
@@ -50,7 +50,14 @@ namespace bot::schemas {
std::optional<std::chrono::system_clock::time_point> opted_out_at;
};
- enum PermissionLevel { SUSPENDED, USER, VIP, MODERATOR, BROADCASTER };
+ enum PermissionLevel {
+ SUSPENDED,
+ USER,
+ VIP,
+ MODERATOR,
+ BROADCASTER,
+ TRUSTED = 50
+ };
class UserRights {
public: