diff options
Diffstat (limited to 'bot/src/commands/lua.hpp')
| -rw-r--r-- | bot/src/commands/lua.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp index 6391a2e..ef16ade 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -10,6 +10,7 @@ #include "commands/command.hpp" #include "commands/response.hpp" +#include "config.hpp" #include "schemas/user.hpp" void print_lua_object_type(const sol::object &obj); @@ -25,6 +26,8 @@ namespace bot::command::lua { const Request &request, const InstanceBundle &bundle); void add_net_library(std::shared_ptr<sol::state> state); + void add_db_library(std::shared_ptr<sol::state> state, + const Configuration &config); void add_irc_library(std::shared_ptr<sol::state> state, const InstanceBundle &bundle); |
