Split bot and service
This commit is contained in:
@@ -21,15 +21,6 @@ r2d2 = "0.8.10"
|
||||
lazy_static = "1.4.0"
|
||||
uuid = { version = "1.4.1", features = ["serde", "v4"] }
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11.6"
|
||||
default-features = false
|
||||
features = ["client", "gateway", "rustls_backend", "model", "voice", "cache", "framework", "standard_framework"]
|
||||
|
||||
[dependencies.songbird]
|
||||
version = "0.3.2"
|
||||
features = ["builtin-queue", "yt-dlp"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.32.0"
|
||||
features = ["macros", "rt-multi-thread"]
|
||||
@@ -47,7 +38,3 @@ features = ["json", "rustls-tls"]
|
||||
version = "2.1.2"
|
||||
default-features = false
|
||||
features = ["postgres", "32-column-tables", "serde_json", "r2d2", "with-deprecated"]
|
||||
|
||||
[dependencies.pyo3]
|
||||
version = "0.19.2"
|
||||
features = ["auto-initialize"]
|
||||
|
||||
Reference in New Issue
Block a user