diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-11 01:16:09 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-11 01:16:09 +0500 |
| commit | 32506ce7fcc9990961779b1b00a32a31fa985b45 (patch) | |
| tree | 2fbf9e562a6e1b972febfa2dd74f4feb0cb27396 /bot/src/commands/command.cpp | |
| parent | 9b386ebe6a81412c43bc5705ec820941d21da2f5 (diff) | |
feat: !spam in lua
Diffstat (limited to 'bot/src/commands/command.cpp')
| -rw-r--r-- | bot/src/commands/command.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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<mod::CustomCommand>()); this->add_command(std::make_unique<mod::Timer>()); this->add_command(std::make_unique<mod::Help>()); - this->add_command(std::make_unique<mod::Spam>()); this->add_command(std::make_unique<mod::Settings>()); this->add_command(std::make_unique<mod::User>()); this->add_command(std::make_unique<mod::MinecraftServerCheck>()); |
