diff options
Diffstat (limited to 'bot/src/commands/lua.hpp')
| -rw-r--r-- | bot/src/commands/lua.hpp | 1 |
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, |
