feat(bot): refactor a bit and start working on miiverse mod applications
This commit is contained in:
parent
aebdcbb0e5
commit
151a8285a6
6 changed files with 155 additions and 57 deletions
|
|
@ -30,7 +30,11 @@ features = [
|
|||
|
||||
[dependencies.serenity]
|
||||
version = "0.12.4"
|
||||
features = ["interactions_endpoint"]
|
||||
features = [
|
||||
"interactions_endpoint",
|
||||
"utils",
|
||||
"collector"
|
||||
]
|
||||
|
||||
[build-dependencies]
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue