help command now no longer relies on help_strings const
timeparser updated to work with partially specified times
This commit is contained in:
@ -367,7 +367,7 @@ impl Execute for Result<SubCommand, ()> {
|
||||
}
|
||||
}
|
||||
|
||||
#[command]
|
||||
#[command("todo")]
|
||||
async fn todo_user(ctx: &Context, msg: &Message, args: String) {
|
||||
let mut split = args.split(' ');
|
||||
|
||||
@ -384,7 +384,7 @@ async fn todo_user(ctx: &Context, msg: &Message, args: String) {
|
||||
.await;
|
||||
}
|
||||
|
||||
#[command("todos")]
|
||||
#[command("todoc")]
|
||||
#[supports_dm(false)]
|
||||
#[permission_level(Managed)]
|
||||
async fn todo_channel(ctx: &Context, msg: &Message, args: String) {
|
||||
|
Reference in New Issue
Block a user