diff --git a/src/commands/remove.h b/src/commands/remove.h new file mode 100644 index 0000000..30c2d97 --- /dev/null +++ b/src/commands/remove.h @@ -0,0 +1,13 @@ +#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