WIP: TextMods-Module #58

Draft
HaruYuumei wants to merge 15 commits from TextMods-Module into master
Showing only changes of commit 07028cb519 - Show all commits

View file

@ -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"),