diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-15 04:39:06 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-15 04:39:06 +0500 |
| commit | 25477e58bd54585066f518a0e87317a7cd9a6632 (patch) | |
| tree | ddd9f1c36b6bf3629bdd0109fa9eb79e92ee864b /bot/src/commands/command.cpp | |
| parent | c9d499a3bbd57df13c073798f4cae03272509625 (diff) | |
feat: !settings in lua
Diffstat (limited to 'bot/src/commands/command.cpp')
| -rw-r--r-- | bot/src/commands/command.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp index fe29b28..7364125 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -17,7 +17,6 @@ #include "../modules/event.hpp" #include "../modules/help.hpp" #include "../modules/notify.hpp" -#include "../modules/settings.hpp" #include "../modules/timer.hpp" #include "../utils/chrono.hpp" #include "commands/lua.hpp" @@ -33,7 +32,6 @@ namespace bot { this->add_command(std::make_unique<mod::CustomCommand>()); this->add_command(std::make_unique<mod::Timer>()); this->add_command(std::make_unique<mod::Help>()); - this->add_command(std::make_unique<mod::Settings>()); this->add_command(std::make_unique<mod::LuaExecution>()); this->add_command(std::make_unique<mod::LuaRemoteExecution>()); |
