autorole start

This commit is contained in:
nora 2021-06-12 22:58:38 +02:00
parent 03087702af
commit 120521e68b
6 changed files with 127 additions and 26 deletions

View file

@ -10,9 +10,10 @@ edition = "2018"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
regex = "1.5.4"
lazy_static = "1.4.0"
[dependencies.serenity]
version = "0.10.7"
default-features = false
features = ["client", "gateway", "rustls_backend", "model", "framework", "standard_framework", "cache", "http", "utils"]
features = ["client", "gateway", "rustls_backend", "model", "framework", "standard_framework", "cache", "http", "utils", "collector"]