diff --git a/src/commands/add.h b/src/commands/add.h new file mode 100644 index 0000000..49ab3fa --- /dev/null +++ b/src/commands/add.h @@ -0,0 +1,13 @@ +#ifndef BOT_ADD_H +#define BOT_ADD_H + +#include +#include + +class add { +public: + static void execute(sql::Connection &con, dpp::cluster &bot, const dpp::slashcommand_t &event); +}; + + +#endif //BOT_ADD_H