Removed the bot parameter from the rules.h

This commit is contained in:
Mathias Wagner 2023-11-04 12:22:56 +01:00
parent b45c9fc00b
commit 64e7b6a397
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

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);
};