From 8a56fcf126b01a45c4d10c1e7c637cfeebd6508d Mon Sep 17 00:00:00 2001 From: Alex Page Date: Sat, 18 Mar 2023 00:35:55 -0400 Subject: [PATCH] Bump songbird version --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 493ee1c..236fe81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ rand = "0.8.5" thiserror = "1.0.39" [dependencies.songbird] -version = "0.3.0" +version = "0.3.1" features = ["yt-dlp"] [dependencies.tokio] diff --git a/README.md b/README.md index cf00c4c..ee8fb1a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is a Discord bot that uses [serenity](https://crates.io/crates/serenity) an You need libopus, ffmpeg, and youtube-dl as described in the [songbird readme](https://github.com/serenity-rs/songbird#dependencies). ## TODO: +- [ ] Error Messages - [ ] Loop - [ ] Volume - [ ] Support YT playlists