Created the rules.h
This commit is contained in:
parent
ac3d92abae
commit
a865aeba4e
13
src/commands/rules.h
Normal file
13
src/commands/rules.h
Normal 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
|
Loading…
x
Reference in New Issue
Block a user