diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-01 00:51:24 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-01 00:51:24 +0500 |
| commit | cd9d637d362566599081dbd19bc7a025fb40be73 (patch) | |
| tree | caff1d13ead0f7455536f01df0f2b3ebc4f2cdf5 /src/commands/request.hpp | |
| parent | 6251ffbc25e800fd427697bbf91f4f951b0638a2 (diff) | |
feat: get or create user rights for request struct
Diffstat (limited to 'src/commands/request.hpp')
| -rw-r--r-- | src/commands/request.hpp | 1 |
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; }; |
