summaryrefslogtreecommitdiff
path: root/bot/src/commands/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/commands/command.cpp')
-rw-r--r--bot/src/commands/command.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/src/commands/command.cpp b/bot/src/commands/command.cpp
index 5d329ef..4942e96 100644
--- a/bot/src/commands/command.cpp
+++ b/bot/src/commands/command.cpp
@@ -56,6 +56,7 @@ namespace bot {
lua::library::add_bot_library(this->luaState);
lua::library::add_time_library(this->luaState);
+ lua::library::add_json_library(this->luaState);
}
void CommandLoader::load_lua_directory(const std::string &folder_path) {