Add song queue
This commit is contained in:
parent
81ea66d2e5
commit
433bce9915
3 changed files with 131 additions and 2 deletions
|
@ -8,7 +8,10 @@ edition = "2018"
|
|||
tracing = "0.1"
|
||||
tracing-subscriber = "0.2"
|
||||
tracing-futures = "0.2"
|
||||
songbird = "0.2"
|
||||
|
||||
[dependencies.songbird]
|
||||
version = "0.2"
|
||||
features = ["builtin-queue"]
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.10"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue