diff --git a/src/twitch_handler/mod.rs b/src/twitch_handler/mod.rs index 53ab0dc..e2bbced 100644 --- a/src/twitch_handler/mod.rs +++ b/src/twitch_handler/mod.rs @@ -113,7 +113,7 @@ impl TwitchBot { notify_game_change( data.title.clone(), state.game.clone(), - data.title.clone() + data.category_name.clone() ).await; } }