diff --git a/src/listeners/slash.h b/src/listeners/slash.h new file mode 100644 index 0000000..82301c8 --- /dev/null +++ b/src/listeners/slash.h @@ -0,0 +1,11 @@ +#ifndef BOT_SLASH_H +#define BOT_SLASH_H + +#include + +class slash { +public: + static void execute(dpp::cluster &bot, const dpp::slashcommand_t &event); +}; + +#endif //BOT_SLASH_H