diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-12 16:59:56 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-12 16:59:56 +0500 |
| commit | 458ea551a1ba7edfa068fafaad5949282f5f4aa0 (patch) | |
| tree | a11d962f2b44cd5b4bfde160931c4ed7f3ee611f /bot/src/commands/command.cpp | |
| parent | 9eb7da745514284d7635aabba3d5a767577e08e8 (diff) | |
feat: !join 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 d98dc73..8360e63 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -16,7 +16,6 @@ #include "../modules/custom_command.hpp" #include "../modules/event.hpp" #include "../modules/help.hpp" -#include "../modules/join.hpp" #include "../modules/mcsrv.hpp" #include "../modules/notify.hpp" #include "../modules/settings.hpp" @@ -33,7 +32,6 @@ namespace bot { CommandLoader::CommandLoader() { this->add_command(std::make_unique<mod::Event>()); this->add_command(std::make_unique<mod::Notify>()); - this->add_command(std::make_unique<mod::Join>()); this->add_command(std::make_unique<mod::CustomCommand>()); this->add_command(std::make_unique<mod::Timer>()); this->add_command(std::make_unique<mod::Help>()); |
