From 9b1a11e8fee33abb933aa3836faf60cc14deb68d Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Fri, 18 Apr 2025 16:25:28 +0500 Subject: feat: betterttv clients (experimental) --- bot/src/emotes.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bot/src/emotes.hpp') 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 #include #include #include @@ -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; -- cgit v1.2.3