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:
@ -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(' ');
|
||||
|
||||
|
Reference in New Issue
Block a user