Make sure to have git
, node
and ffmpeg
installed.
Clone the repo using
git clone https://github.com/bananaprotocol/sirgroove
Install all dependencies using
npm install
Make sure to have your bot token and YouTube API key set in .env
BOT_TOKEN=mytoken
YOUTUBE_API_KEY=myapikey
Start the bot using
npm start
You can keep the bot up to date by using
git pull && npm install
Contributions are welcome! Please read the contributing guidelines before getting started.