mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Add debug
This commit is contained in:
@@ -116,6 +116,7 @@ impl TwitchBot {
|
|||||||
client.validate_token().await.unwrap();
|
client.validate_token().await.unwrap();
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
println!("Checking Twitch events...");
|
||||||
if let Some(event) = eventsub_client.next().await {
|
if let Some(event) = eventsub_client.next().await {
|
||||||
match event {
|
match event {
|
||||||
eventsub::NotificationType::CustomRewardRedemptionAdd(_) => todo!(),
|
eventsub::NotificationType::CustomRewardRedemptionAdd(_) => todo!(),
|
||||||
|
|||||||
Reference in New Issue
Block a user