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