From 07028cb519cc8a8bdd7b7f26e4d3dc4a057be05f Mon Sep 17 00:00:00 2001 From: haruyuumei Date: Wed, 3 Apr 2024 09:21:18 -0300 Subject: [PATCH] txtMods add alias --- src/custom/text_mods.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { //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"),