diff --git a/src/custom/text_mods.rs b/src/custom/text_mods.rs
index 616c254..7d08e4f 100644
--- a/src/custom/text_mods.rs
+++ b/src/custom/text_mods.rs
@@ -12,9 +12,9 @@ pub async fn init(mgr: Arc<ModulesManager>) {
     //DEFINING BOT COMMAND
     let replyer = BotCommand {
         module: BotModule(String::from("TextMods")),
-        command: String::from("reply"),
+        command: String::from("Reply"),
         alias: vec![
-            String::from("reply1")
+            String::from("reply")
             ],
         exec_body: actions_util::asyncbox(thereplyer),
         help: String::from("txt mods help"),