From aad647cdb74c5773dd2ce45d063843e387d6b67c Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 15 Apr 2025 04:30:55 +0500 Subject: feat: !userid 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 ad18cd2..18273e4 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -19,7 +19,6 @@ #include "../modules/notify.hpp" #include "../modules/settings.hpp" #include "../modules/timer.hpp" -#include "../modules/user.hpp" #include "../utils/chrono.hpp" #include "commands/lua.hpp" #include "modules/lua.hpp" @@ -35,7 +34,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