summaryrefslogtreecommitdiff
path: root/bot/src/commands/lua.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-07 22:54:32 +0400
committerilotterytea <iltsu@alright.party>2025-04-07 22:54:32 +0400
commitee9a01c521e0ffe894523a195af1544ba2c495d0 (patch)
tree693cfeb1e2bc1f61981646cecf03a3641e3727a7 /bot/src/commands/lua.hpp
parent3d4bdc1cd39726949d7d25a6a2db45ada86a087a (diff)
feat: json parsing functions
Diffstat (limited to 'bot/src/commands/lua.hpp')
-rw-r--r--bot/src/commands/lua.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp
index bf8a4e1..f6bb7c1 100644
--- a/bot/src/commands/lua.hpp
+++ b/bot/src/commands/lua.hpp
@@ -18,6 +18,7 @@ namespace bot::command::lua {
namespace library {
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);
}
command::Response run_safe_lua_script(const Request &request,