summaryrefslogtreecommitdiff
path: root/bot/src/commands/command.cpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-12 17:33:47 +0500
committerilotterytea <iltsu@alright.party>2025-04-12 17:33:47 +0500
commit1b34dc98d33c78cf2d09f0e46b83aceee0c43694 (patch)
tree30a2fe896701fdc5a23249645da3aa624a77080a /bot/src/commands/command.cpp
parent1f5f33fc2f2c8f5d2239d5506ba53438a090d52d (diff)
feat: !mcsrv in lua
Diffstat (limited to 'bot/src/commands/command.cpp')
-rw-r--r--bot/src/commands/command.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp
index 8360e63..ad18cd2 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/mcsrv.hpp"
#include "../modules/notify.hpp"
#include "../modules/settings.hpp"
#include "../modules/timer.hpp"
@@ -37,7 +36,6 @@ namespace bot {
this->add_command(std::make_unique<mod::Help>());
this->add_command(std::make_unique<mod::Settings>());
this->add_command(std::make_unique<mod::User>());
- this->add_command(std::make_unique<mod::MinecraftServerCheck>());
this->add_command(std::make_unique<mod::LuaExecution>());
this->add_command(std::make_unique<mod::LuaRemoteExecution>());