summaryrefslogtreecommitdiff
path: root/bot/src/bundle.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-07-01 18:54:10 +0500
committerilotterytea <iltsu@alright.party>2025-07-01 18:54:10 +0500
commit8c2e0d8c1faabb76f2e75cddc8b7da2caabf8da6 (patch)
tree5d227bd7529c0fa7e248737d430212275621bb93 /bot/src/bundle.hpp
parent25a25a07a7b68443791974800dbfc77d223392d6 (diff)
feat: KICK SUPPORT RAAAAH!!!! emojiAngry
Diffstat (limited to 'bot/src/bundle.hpp')
-rw-r--r--bot/src/bundle.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/bot/src/bundle.hpp b/bot/src/bundle.hpp
index 6f29a50..a343416 100644
--- a/bot/src/bundle.hpp
+++ b/bot/src/bundle.hpp
@@ -8,6 +8,7 @@ namespace bot {
class InstanceBundle;
}
+#include "api/kick.hpp"
#include "api/twitch/helix_client.hpp"
#include "commands/command.hpp"
#include "config.hpp"
@@ -18,6 +19,7 @@ namespace bot {
struct InstanceBundle {
irc::Client &irc_client;
const api::twitch::HelixClient &helix_client;
+ const api::KickAPIClient &kick_api_client;
const bot::loc::Localization &localization;
const Configuration &configuration;
const command::CommandLoader &command_loader;