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/config.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bot/src/config.hpp') diff --git a/bot/src/config.hpp b/bot/src/config.hpp index 1e918b6..f6bba7a 100644 --- a/bot/src/config.hpp +++ b/bot/src/config.hpp @@ -28,6 +28,10 @@ namespace bot { std::string token; }; + struct KickCredentialsConfiguration { + std::string client_id, client_secret; + }; + struct CommandConfiguration { bool join_allowed = true; bool join_allow_from_other_chats = false; @@ -56,6 +60,7 @@ namespace bot { struct Configuration { TwitchCredentialsConfiguration twitch_credentials; + KickCredentialsConfiguration kick_credentials; DatabaseConfiguration database; CommandConfiguration commands; OwnerConfiguration owner; -- cgit v1.2.3