#ifndef BOT_REMOVE_H #define BOT_REMOVE_H #include #include class remove { public: static void execute(sql::Connection &con, dpp::cluster &bot, const dpp::slashcommand_t &event); }; #endif //BOT_REMOVE_H