starting other commands

This commit is contained in:
jude
2020-08-18 20:09:21 +01:00
parent d95652a605
commit e69264d726
8 changed files with 91 additions and 0 deletions

View File

@@ -179,6 +179,7 @@ enum SubCommand {
}
#[command]
#[permission_level(Managed)]
async fn todo_parse(ctx: &Context, msg: &Message, args: String) -> CommandResult {
let mut split = args.split(" ");