From 52a6af6a2e5d64561a6a8a15c7e079fe46ffaa85 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 16 Apr 2025 15:50:08 +0500 Subject: feat: !cmd 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 92ae45b..fa266de 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -13,7 +13,6 @@ #include #include "../bundle.hpp" -#include "../modules/custom_command.hpp" #include "../modules/event.hpp" #include "../modules/notify.hpp" #include "../modules/timer.hpp" @@ -28,7 +27,6 @@ namespace bot { 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()); this->add_command(std::make_unique()); -- cgit v1.2.3