Removed the bot parameter from the rules.h
This commit is contained in:
parent
b45c9fc00b
commit
64e7b6a397
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
class rules {
|
class rules {
|
||||||
public:
|
public:
|
||||||
static void execute(dpp::cluster &bot, const dpp::slashcommand_t &event);
|
static void execute(const dpp::slashcommand_t &event);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user