Add bot::command and bot::commands

This commit is contained in:
Joscha 2023-01-24 12:15:22 +01:00
parent 9023de6509
commit 84b742ee6e
4 changed files with 321 additions and 0 deletions

View file

@ -7,6 +7,7 @@ edition = "2021"
bot = ["dep:cookie"]
[dependencies]
async-trait = "0.1.63"
cookie = { version = "0.16.2", optional = true }
futures-util = { version = "0.3.25", default-features = false, features = ["sink"] }
log = "0.4.17"