From 8c2e0d8c1faabb76f2e75cddc8b7da2caabf8da6 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 1 Jul 2025 18:54:10 +0500 Subject: feat: KICK SUPPORT RAAAAH!!!! emojiAngry --- bot/src/commands/lua.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bot/src/commands/lua.hpp') diff --git a/bot/src/commands/lua.hpp b/bot/src/commands/lua.hpp index 3d514f3..bde317b 100644 --- a/bot/src/commands/lua.hpp +++ b/bot/src/commands/lua.hpp @@ -28,6 +28,8 @@ namespace bot::command::lua { void add_twitch_library(std::shared_ptr state, const Request &request, const InstanceBundle &bundle); + void add_kick_library(std::shared_ptr state, + const InstanceBundle &bundle); void add_net_library(std::shared_ptr state); void add_db_library(std::shared_ptr state, const Configuration &config); -- cgit v1.2.3