ModulesManager #37

Merged
modulatingforce merged 22 commits from modulesmanager into main 2024-03-22 21:34:08 -04:00
Showing only changes of commit 23f12b3956 - Show all commits

View file

@ -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())
)
},
}