diff --git a/src/commands/rules.h b/src/commands/rules.h index 8639d06..1317049 100644 --- a/src/commands/rules.h +++ b/src/commands/rules.h @@ -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); };