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