summaryrefslogtreecommitdiff
path: root/src/bundle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle.hpp')
-rw-r--r--src/bundle.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bundle.hpp b/src/bundle.hpp
index e45137d..1ea47a3 100644
--- a/src/bundle.hpp
+++ b/src/bundle.hpp
@@ -1,11 +1,13 @@
#pragma once
+#include "api/twitch/helix_client.hpp"
#include "irc/client.hpp"
#include "localization/localization.hpp"
namespace bot {
struct InstanceBundle {
irc::Client &irc_client;
+ const api::twitch::HelixClient &helix_client;
const bot::loc::Localization &localization;
};
}