smol
All checks were successful
ci/woodpecker/pr/cargo-checks Pipeline was successful

This commit is contained in:
ModulatingForce 2024-03-21 09:37:08 -04:00
parent 5280d18702
commit 23f12b3956

View file

@ -25,7 +25,7 @@ use std::collections::HashMap;
// use std::error::Error; // use std::error::Error;
use std::sync::Arc; use std::sync::Arc;
use futures::stream::iter; // use futures::stream::iter;
use twitch_irc::message::PrivmsgMessage; use twitch_irc::message::PrivmsgMessage;
use tokio::sync::RwLock; use tokio::sync::RwLock;
@ -328,7 +328,7 @@ impl ModulesManager {
( (
StatusType::Disabled(StatusLvl::Instance), StatusType::Disabled(StatusLvl::Instance),
ChangeResult::Success("Disabled at Instance".to_string()) ChangeResult::Success("Forced Disabled".to_string())
) )
}, },
} }