From e1e754cff8d04269ff9276f7c42c94c8cfe8b85a Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 8 Apr 2025 01:09:32 +0400 Subject: feat: !massping in lua --- bot/src/commands/command.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'bot/src/commands') diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp index e29b8bf..19cd31c 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -18,7 +18,6 @@ #include "../modules/event.hpp" #include "../modules/help.hpp" #include "../modules/join.hpp" -#include "../modules/massping.hpp" #include "../modules/mcsrv.hpp" #include "../modules/notify.hpp" #include "../modules/settings.hpp" @@ -27,7 +26,6 @@ #include "../modules/user.hpp" #include "../utils/chrono.hpp" #include "commands/lua.hpp" -#include "logger.hpp" #include "modules/lua.hpp" #include "request.hpp" #include "response.hpp" @@ -35,7 +33,6 @@ namespace bot { namespace command { CommandLoader::CommandLoader() { - 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