diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-30 22:27:49 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-30 22:27:49 +0500 |
| commit | a47294d563c940e1423791eaa5f4e0bfe6b9dae1 (patch) | |
| tree | c184e3af9dd6a73bac92c390e70506b605ce69d6 /src/commands/request.hpp | |
| parent | a47271126bac5c7637fc7763213659fb63e384bd (diff) | |
feat: added ChannelPreferences model into 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 702fcb8..8538cdc 100644 --- a/src/commands/request.hpp +++ b/src/commands/request.hpp @@ -16,6 +16,7 @@ namespace bot::command { const irc::Message<irc::MessageType::Privmsg> &irc_message; schemas::Channel channel; + schemas::ChannelPreferences channel_preferences; schemas::User user; pqxx::connection &conn; |
