Created the rules.h

This commit is contained in:
Mathias Wagner 2023-10-29 16:34:06 +01:00
parent ac3d92abae
commit a865aeba4e
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

13
src/commands/rules.h Normal file
View File

@ -0,0 +1,13 @@
#ifndef BOT_RULES_H
#define BOT_RULES_H
#include <dpp/dpp.h>
class rules {
public:
static void execute(dpp::cluster &bot, const dpp::slashcommand_t &event);
};
#endif //BOT_RULES_H