Add bot::command and bot::commands
This commit is contained in:
parent
9023de6509
commit
84b742ee6e
4 changed files with 321 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue