summaryrefslogtreecommitdiff
path: root/bot/src/commands
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-16 23:07:08 +0500
committerilotterytea <iltsu@alright.party>2025-04-16 23:07:08 +0500
commit61d1bb2d4b56dc1bbf4c5a43fbe3bbaf3430e25d (patch)
tree8fd7ad42016fe5eab13286e22e68b643573679ef /bot/src/commands
parentb2e34c29f7f9f3c8bc9b1eb33250ec2815e33b4e (diff)
feat: !event in lua
Diffstat (limited to 'bot/src/commands')
-rw-r--r--bot/src/commands/command.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp
index fa266de..55fac64 100644
--- a/bot/src/commands/command.cpp
+++ b/bot/src/commands/command.cpp
@@ -13,7 +13,6 @@
#include <string>
#include "../bundle.hpp"
-#include "../modules/event.hpp"
#include "../modules/notify.hpp"
#include "../modules/timer.hpp"
#include "../utils/chrono.hpp"
@@ -25,7 +24,6 @@
namespace bot {
namespace command {
CommandLoader::CommandLoader() {
- this->add_command(std::make_unique<mod::Event>());
this->add_command(std::make_unique<mod::Notify>());
this->add_command(std::make_unique<mod::Timer>());