From 32506ce7fcc9990961779b1b00a32a31fa985b45 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 11 Apr 2025 01:16:09 +0500 Subject: feat: !spam in lua --- bot/src/commands/command.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'bot/src/commands') diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp index 73ea90d..4ec8e59 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -20,7 +20,6 @@ #include "../modules/mcsrv.hpp" #include "../modules/notify.hpp" #include "../modules/settings.hpp" -#include "../modules/spam.hpp" #include "../modules/timer.hpp" #include "../modules/user.hpp" #include "../utils/chrono.hpp" @@ -38,7 +37,6 @@ namespace bot { this->add_command(std::make_unique()); this->add_command(std::make_unique()); this->add_command(std::make_unique()); - this->add_command(std::make_unique()); this->add_command(std::make_unique()); this->add_command(std::make_unique()); this->add_command(std::make_unique()); -- cgit v1.2.3