This commit is contained in:
parent
5280d18702
commit
23f12b3956
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ use std::collections::HashMap;
|
|||
// use std::error::Error;
|
||||
use std::sync::Arc;
|
||||
|
||||
use futures::stream::iter;
|
||||
// use futures::stream::iter;
|
||||
use twitch_irc::message::PrivmsgMessage;
|
||||
|
||||
use tokio::sync::RwLock;
|
||||
|
@ -328,7 +328,7 @@ impl ModulesManager {
|
|||
|
||||
(
|
||||
StatusType::Disabled(StatusLvl::Instance),
|
||||
ChangeResult::Success("Disabled at Instance".to_string())
|
||||
ChangeResult::Success("Forced Disabled".to_string())
|
||||
)
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue