diff --git a/src/app/twitch.rs b/src/app/twitch.rs index 8e034fc..7df0b49 100644 --- a/src/app/twitch.rs +++ b/src/app/twitch.rs @@ -1,6 +1,7 @@ use std::sync::Arc; use std::time::Instant; +use anyhow::Context; use irc::{ client::prelude::Message, proto::{Command, Response},