added challenge command (and maybe suspend the project)

This commit is contained in:
2021-06-29 23:51:19 +05:30
parent f8ca1e5825
commit 500f12ad97
6 changed files with 79 additions and 5 deletions

View File

@@ -8,10 +8,11 @@ edition = "2018"
tracing = "0.1.22"
regex = "1.5.4"
tokio-postgres = "0.7.2"
rand = "0.8.4"
[dependencies.serenity]
version = "0.10.8"
features = ["cache", "framework", "standard_framework", "rustls_backend", "unstable_discord_api"]
features = ["cache", "framework", "standard_framework", "rustls_backend", "unstable_discord_api", "collector"]
[dependencies.tokio]
version = "1.0"