From 79be89ad0491bfdd110b2c612e21a0f28c29fa87 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 2 Jul 2025 03:31:54 +0500 Subject: feat: MARIADB SUPPORT!!!! --- bot/src/commands/request_util.hpp | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 bot/src/commands/request_util.hpp (limited to 'bot/src/commands/request_util.hpp') diff --git a/bot/src/commands/request_util.hpp b/bot/src/commands/request_util.hpp deleted file mode 100644 index dea6e12..0000000 --- a/bot/src/commands/request_util.hpp +++ /dev/null @@ -1,13 +0,0 @@ -#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); -} -- cgit v1.2.3