From 0d1935d624a0f7c10cadc752c37f354bc792af32 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 17 Apr 2025 02:40:32 +0500 Subject: feat: !timer 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 410d5ba..417746c 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -13,7 +13,6 @@ #include #include "../bundle.hpp" -#include "../modules/timer.hpp" #include "../utils/chrono.hpp" #include "commands/lua.hpp" #include "modules/lua.hpp" @@ -23,8 +22,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()); -- cgit v1.2.3