mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Update
This commit is contained in:
@@ -169,7 +169,9 @@ impl TwitchBot {
|
|||||||
Ok(v) => {
|
Ok(v) => {
|
||||||
println!("{:?}", v);
|
println!("{:?}", v);
|
||||||
},
|
},
|
||||||
Err(_) => {},
|
Err(err) => {
|
||||||
|
eprintln!("{:?}", err);
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user