summaryrefslogtreecommitdiff
path: root/src/stream.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-05-09 14:54:22 +0500
committerilotterytea <iltsu@alright.party>2024-05-09 14:54:22 +0500
commit124727ef65b66a5b706d29cca5722f36ff545a90 (patch)
treed1b110f46a3d3b6c0388bf08b348ddd2bac56a2f /src/stream.hpp
parent9d81978d4c875899d1493b7047895db8c7528292 (diff)
feat: update ids in stream listener client
Diffstat (limited to 'src/stream.hpp')
-rw-r--r--src/stream.hpp1
1 files changed, 1 insertions, 0 deletions
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;