summaryrefslogtreecommitdiff
path: root/bot/src/commands
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-17 02:40:32 +0500
committerilotterytea <iltsu@alright.party>2025-04-17 02:40:32 +0500
commit0d1935d624a0f7c10cadc752c37f354bc792af32 (patch)
tree18a0fa759b8efc9bb09d10e9207b939f2adbed83 /bot/src/commands
parent05a2b0472ed116fb5939a25e44aaecbcfa9d7537 (diff)
feat: !timer in lua
Diffstat (limited to 'bot/src/commands')
-rw-r--r--bot/src/commands/command.cpp3
1 files changed, 0 insertions, 3 deletions
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 <string>
#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<mod::Timer>());
-
this->add_command(std::make_unique<mod::LuaExecution>());
this->add_command(std::make_unique<mod::LuaRemoteExecution>());