diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-08 01:04:35 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-08 01:04:35 +0400 |
| commit | f67badeab7089e85e53b20d6e20d41f641385aa8 (patch) | |
| tree | 26941dcfe5bc4abc69801f3eedc209571f9f7619 /bot/src/commands/lua.hpp | |
| parent | 3df43b800731f2c355c3bfef4d163df060ec1dcf (diff) | |
feat: twitch lua functions
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 87159cc..28071b6 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -19,6 +19,9 @@ namespace bot::command::lua { 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); + void add_twitch_library(std::shared_ptr<sol::state> state, + const Request &request, + const InstanceBundle &bundle); void add_base_libraries(std::shared_ptr<sol::state> state); } |
