#include #include #include "../irc/message.hpp" #include "command.hpp" #include "request.hpp" namespace bot::command { std::optional generate_request( const command::CommandLoader &command_loader, const irc::Message &irc_message, pqxx::connection &conn); }