Removed the bot parameter from the rules.h
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user