From cd9d637d362566599081dbd19bc7a025fb40be73 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 1 May 2024 00:51:24 +0500 Subject: feat: get or create user rights for request struct --- src/commands/request.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/request.hpp') 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; }; -- cgit v1.2.3