From 9d6322327cf724130c2ce37c7400be03a1c2f6a9 Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Tue, 6 Aug 2024 03:29:53 +0200 Subject: [PATCH] Fix --- src/twitch_handler/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twitch_handler/mod.rs b/src/twitch_handler/mod.rs index e0e14b2..41deca4 100644 --- a/src/twitch_handler/mod.rs +++ b/src/twitch_handler/mod.rs @@ -64,7 +64,7 @@ pub async fn notify_stream_online(title: String, game: String) { impl TwitchBot { - pub async fn start_twitch_eventsub() { + pub async fn start() { println!("Starting Twitch bot..."); let token_storage = TokenStorage {