diff options
Diffstat (limited to 'src/stream.hpp')
| -rw-r--r-- | src/stream.hpp | 1 |
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; |
