patch for times on del output being bad. patch for look output not being ordered. patch for user todo list being restricted

This commit is contained in:
2020-10-29 20:25:37 +00:00
parent 0a016ad564
commit 41e5f32374
4 changed files with 7 additions and 4 deletions

View File

@ -380,7 +380,6 @@ impl Execute for Result<SubCommand, ()> {
}
#[command]
#[permission_level(Managed)]
async fn todo_user(ctx: &Context, msg: &Message, args: String) {
let mut split = args.split(' ');