From 124727ef65b66a5b706d29cca5722f36ff545a90 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 9 May 2024 14:54:22 +0500 Subject: feat: update ids in stream listener client --- src/stream.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stream.hpp') diff --git a/src/stream.hpp b/src/stream.hpp index 7701cb3..28fe0e3 100644 --- a/src/stream.hpp +++ b/src/stream.hpp @@ -30,6 +30,7 @@ namespace bot::stream { void check(); void handler(const schemas::EventType &type, const api::twitch::schemas::Stream &stream); + void update_channel_ids(); const api::twitch::HelixClient &helix_client; irc::Client &irc_client; -- cgit v1.2.3