rework of remind command. updated a dep. fixed an issue in parsing absolute times

This commit is contained in:
2020-11-29 00:36:42 +00:00
parent 55437b76eb
commit 3879c83085
5 changed files with 121 additions and 144 deletions

View File

@ -49,7 +49,7 @@ async fn help(ctx: &Context, msg: &Message, _args: String) {
.channel_id
.send_message(ctx, |m| {
m.embed(move |e| {
e.title("Help")
e.title("Help Menu")
.description(desc)
.footer(|f| {
f.text(concat!(