discord-music-streaming-bot

Getting started

  • Install dependencies

  • Create TOKEN.json for authentication as

{
  "token" : "${DISCORD_BOT_TOKEN_GOES_HERE}"
}
  • Run commands for building and running
$ npm run build && npm run start