natural's help output is now unified with the help command. removed an unconstructed enum variant. added countdown to help menu
This commit is contained in:
@ -78,7 +78,7 @@ async fn help(ctx: &Context, msg: &Message, args: String) {
|
||||
)
|
||||
.field(
|
||||
lm.get(language, "help/reminder_title"),
|
||||
"`remind` `interval` `natural` `look`",
|
||||
"`remind` `interval` `natural` `look` `countdown`",
|
||||
true,
|
||||
)
|
||||
.field(
|
||||
|
Reference in New Issue
Block a user