Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 878 Bytes

File metadata and controls

22 lines (17 loc) · 878 Bytes

Yoitsus

A discord bot written in Rust with the help of serenity and songbird.

Features

  • 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

How to install

  1. Install the latest stable rust toolchain: https://www.rust-lang.org/tools/install
  2. Intall yt-dlp
  3. Clone the repository
  4. Install ffmpeg.
  5. Create a discord bot so you can run the bot local on your computer
  6. Set the environment variables that are listed as example in .envexample
  7. You should be able to run cargo run successfully