From a6337b079d5397f6d74b4b8b4f5f569be7dd132f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 7 Apr 2025 23:00:43 +0400 Subject: feat: a command for executing remote lua scripts --- bot/src/commands/command.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/commands') diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp index 4942e96..48bca09 100644 --- a/bot/src/commands/command.cpp +++ b/bot/src/commands/command.cpp @@ -49,6 +49,7 @@ namespace bot { this->add_command(std::make_unique()); this->add_command(std::make_unique()); + this->add_command(std::make_unique()); this->luaState = std::make_shared(); this->luaState->open_libraries(sol::lib::base, sol::lib::string, -- cgit v1.2.3