This commit is contained in:
Patryk Koreń
2025-12-23 19:38:20 +01:00
commit 7b72b15caa
12 changed files with 3846 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "dbot"
version = "0.1.0"
edition = "2024"
[dependencies]
serenity = "0.12.5"
songbird = { version="0.5.0", features = ["builtin-queue"] }
tokio = { version = "1.21.1", features = ["rt-multi-thread", "macros"] }