A Discord music bot made by YaronD
Supports YouTube and Spotify (videos, playlists and lives)
Use npm or yarn to install the dependencies
npm installor
yarnCopy the config.example.json file to config.json and fill in the values
cp config.example.json config.jsonRun by using ts-node or build and run the compiled code
ts-node .or
tsc
node .