From 1b34dc98d33c78cf2d09f0e46b83aceee0c43694 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 12 Apr 2025 17:33:47 +0500 Subject: feat: !mcsrv 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 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()); 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