summaryrefslogtreecommitdiff
path: root/bot/src/emotes.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/emotes.hpp')
-rw-r--r--bot/src/emotes.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/bot/src/emotes.hpp b/bot/src/emotes.hpp
index 7493edf..3e6d9f8 100644
--- a/bot/src/emotes.hpp
+++ b/bot/src/emotes.hpp
@@ -1,5 +1,6 @@
#pragma once
+#include <emotespp/betterttv.hpp>
#include <emotespp/seventv.hpp>
#include <optional>
#include <string>
@@ -13,6 +14,9 @@ namespace bot::emotes {
struct EmoteEventBundle {
irc::Client &irc_client;
const api::twitch::HelixClient &helix_client;
+#ifdef BUILD_BETTERTTV
+ emotespp::BetterTTVWebsocketClient &bttv_ws_client;
+#endif
emotespp::SevenTVWebsocketClient &stv_ws_client;
const emotespp::SevenTVAPIClient &stv_api_client;
const Configuration &configuration;