A discord bot written in Rust with the help of serenity and songbird.
- Rust
- Play songs from Youtube using a url or a search phrase
- Add complete Youtube playlists to the song queue
- Maintain a queue of songs which you can pause, skip and resume
- ChatGPT integration
- Easy to use
- Install the latest stable rust toolchain: https://www.rust-lang.org/tools/install
- Intall yt-dlp
- Clone the repository
- Install ffmpeg.
- Create a discord bot so you can run the bot local on your computer
- Set the environment variables that are listed as example in .envexample
- You should be able to run
cargo run
successfully