Add debug

This commit is contained in:
2024-08-08 19:22:39 +02:00
parent 947e9d6545
commit 7d06d8bb9e

View File

@@ -116,6 +116,7 @@ impl TwitchBot {
client.validate_token().await.unwrap();
loop {
println!("Checking Twitch events...");
if let Some(event) = eventsub_client.next().await {
match event {
eventsub::NotificationType::CustomRewardRedemptionAdd(_) => todo!(),