basic pingpong bot

This commit is contained in:
Ash Vollmer 2026-08-02 17:38:14 +02:00
parent ce3b7222e1
commit 35c7c6a02c
3 changed files with 2315 additions and 2 deletions

View file

@ -4,3 +4,6 @@ version = "0.1.0"
edition = "2024"
[dependencies]
serenity = "0.12.5"
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
dotenv = "0.15.0"