From 64e7b6a3971e93fea5076eccb5099d9ce406d344 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 4 Nov 2023 12:22:56 +0100 Subject: [PATCH] Removed the bot parameter from the rules.h --- src/commands/rules.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };