diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-07 23:11:15 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-07 23:11:15 +0400 |
| commit | 3df43b800731f2c355c3bfef4d163df060ec1dcf (patch) | |
| tree | 4f5c755942eb44b9ad564dfcb4b8f233f424b5c9 /bot/src/commands/lua.hpp | |
| parent | a6337b079d5397f6d74b4b8b4f5f569be7dd132f (diff) | |
feat: add_base_libraries function
Diffstat (limited to 'bot/src/commands/lua.hpp')
| -rw-r--r-- | bot/src/commands/lua.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp index f6bb7c1..87159cc 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -19,6 +19,8 @@ namespace bot::command::lua { void add_bot_library(std::shared_ptr<sol::state> state); void add_time_library(std::shared_ptr<sol::state> state); void add_json_library(std::shared_ptr<sol::state> state); + + void add_base_libraries(std::shared_ptr<sol::state> state); } command::Response run_safe_lua_script(const Request &request, |
