From f67badeab7089e85e53b20d6e20d41f641385aa8 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 8 Apr 2025 01:04:35 +0400 Subject: feat: twitch lua functions --- bot/src/commands/lua.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/src/commands/lua.hpp') 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 state); void add_time_library(std::shared_ptr state); void add_json_library(std::shared_ptr state); + void add_twitch_library(std::shared_ptr state, + const Request &request, + const InstanceBundle &bundle); void add_base_libraries(std::shared_ptr state); } -- cgit v1.2.3