From ee9a01c521e0ffe894523a195af1544ba2c495d0 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 7 Apr 2025 22:54:32 +0400 Subject: feat: json parsing functions --- bot/src/commands/lua.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'bot/src/commands/lua.hpp') 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 state); void add_time_library(std::shared_ptr state); + void add_json_library(std::shared_ptr state); } command::Response run_safe_lua_script(const Request &request, -- cgit v1.2.3