fixed remind command having too many spaces

This commit is contained in:
2021-03-14 10:27:30 +00:00
parent 7b6464d5a4
commit 65c59ca889
7 changed files with 247 additions and 282 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "reminder_rs"
version = "1.4.7"
version = "1.4.8"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
@ -21,8 +21,9 @@ serde_json = "1.0"
rand = "0.7"
Inflector = "0.11"
levenshtein = "1.0"
serenity = { version = "0.10", features = ["collector"] }
# serenity = { version = "0.10", features = ["collector"] }
serenity = { git = "https://github.com/Lakelezz/serenity", branch = "remove-indirection", 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"