Removed the bot parameter from the rules.h

This commit is contained in:
2023-11-04 12:22:56 +01:00
parent b45c9fc00b
commit 64e7b6a397

View File

@@ -6,7 +6,7 @@
class rules {
public:
static void execute(dpp::cluster &bot, const dpp::slashcommand_t &event);
static void execute(const dpp::slashcommand_t &event);
};