help command now no longer relies on help_strings const

timeparser updated to work with partially specified times
This commit is contained in:
2021-02-23 13:45:25 +00:00
parent 3075e34fe1
commit 7b6464d5a4
14 changed files with 92 additions and 100 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "reminder_rs"
version = "1.4.6"
version = "1.4.7"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
@ -25,4 +25,4 @@ serenity = { version = "0.10", features = ["collector"] }
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "chrono"]}
[dependencies.regex_command_attr]
path = "./regex_command_attr"
path = "./regex_command_attr"