oops forgot to add the use statement
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful

This commit is contained in:
mzntori 2024-03-30 01:47:32 +01:00
parent f2893791b9
commit a048003e93

View file

@ -1,5 +1,4 @@
use twitch_irc::message::PrivmsgMessage;
use twitch_irc::message::{PrivmsgMessage, TwitchUserBasics};
use std::sync::Arc;
use tokio::sync::RwLock;