txtMods add alias

This commit is contained in:
haruyuumei 2024-04-03 09:21:18 -03:00
parent 6fd5f7b7fb
commit 07028cb519

View file

@ -12,9 +12,9 @@ pub async fn init(mgr: Arc<ModulesManager>) {
//DEFINING BOT COMMAND //DEFINING BOT COMMAND
let replyer = BotCommand { let replyer = BotCommand {
module: BotModule(String::from("TextMods")), module: BotModule(String::from("TextMods")),
command: String::from("reply"), command: String::from("Reply"),
alias: vec![ alias: vec![
String::from("reply1") String::from("reply")
], ],
exec_body: actions_util::asyncbox(thereplyer), exec_body: actions_util::asyncbox(thereplyer),
help: String::from("txt mods help"), help: String::from("txt mods help"),