From a1136494fbee133af36f6580125c9c7af9e1be45 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 30 Apr 2024 21:44:46 +0500 Subject: feat: added User model into Request struct --- src/commands/request.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/commands/request.hpp') diff --git a/src/commands/request.hpp b/src/commands/request.hpp index 6149dee..702fcb8 100644 --- a/src/commands/request.hpp +++ b/src/commands/request.hpp @@ -6,6 +6,7 @@ #include "../irc/message.hpp" #include "../schemas/channel.hpp" +#include "../schemas/user.hpp" namespace bot::command { struct Request { @@ -15,6 +16,7 @@ namespace bot::command { const irc::Message &irc_message; schemas::Channel channel; + schemas::User user; pqxx::connection &conn; }; -- cgit v1.2.3