txtMods add alias
This commit is contained in:
parent
6fd5f7b7fb
commit
07028cb519
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||||
|
|
Loading…
Reference in a new issue