From 0581549cc5f5f6b80d681c55bed4b17783f1fd48 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 15 Dec 2024 00:47:20 +0500 Subject: feat: mcsrv command --- bot/src/commands/command.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src/commands') diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp index 169ca71..bd33c68 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -15,6 +15,7 @@ #include "../modules/help.hpp" #include "../modules/join.hpp" #include "../modules/massping.hpp" +#include "../modules/mcsrv.hpp" #include "../modules/notify.hpp" #include "../modules/ping.hpp" #include "../modules/settings.hpp" @@ -40,6 +41,7 @@ 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()); } void CommandLoader::add_command(std::unique_ptr command) { -- cgit v1.2.3