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