From 23f12b395624d70d421fe9d6e6eb749d3e616054 Mon Sep 17 00:00:00 2001 From: ModulatingForce <116608425+modulatingforce@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:37:08 -0400 Subject: [PATCH] smol --- src/core/botmodules.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/botmodules.rs b/src/core/botmodules.rs index 78db77e..6332ab6 100644 --- a/src/core/botmodules.rs +++ b/src/core/botmodules.rs @@ -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()) ) }, }