summaryrefslogtreecommitdiff
path: root/src/commands/request.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/request.hpp')
-rw-r--r--src/commands/request.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/request.hpp b/src/commands/request.hpp
index 8538cdc..e2685f1 100644
--- a/src/commands/request.hpp
+++ b/src/commands/request.hpp
@@ -18,6 +18,7 @@ namespace bot::command {
schemas::Channel channel;
schemas::ChannelPreferences channel_preferences;
schemas::User user;
+ schemas::UserRights user_rights;
pqxx::connection &conn;
};