This commit is contained in:
nora 2021-05-02 22:30:53 +02:00
parent cef31e1b84
commit 1d1ea1e5a2
6 changed files with 422 additions and 24 deletions

View file

@ -1,5 +1,5 @@
[package]
name = "DiscordBot"
name = "widertom"
version = "0.1.0"
authors = ["Nilstrieb <niltrieb@gmail.com>"]
edition = "2018"
@ -7,4 +7,13 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = "0.10.2"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
uwuify = "^0.2"
async-trait = "0.1.50"
lazy_static = "1.4.0"
toml = "0.5.8"
[dependencies.serenity]
version = "0.10.2"
default-features = false
features = ["client", "gateway", "rustls_backend", "model", "framework", "standard_framework", "cache", "http", "utils"]