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