doing a facelift for timezone command

This commit is contained in:
2020-11-22 23:58:46 +00:00
parent 012d90e832
commit d3f9fa6d7b
3 changed files with 84 additions and 14 deletions

View File

@ -23,6 +23,7 @@ serde = "1.0"
serde_json = "1.0"
rand = "0.7"
Inflector = "0.11"
levenshtein = "1.0.4"
[dependencies.serenity]
git = "https://github.com/jellywx/serenity"