A Typescript based Node.js app to enable music playing through Discord chat.
Set environment variables according to your setup through dotenv (.env).
PORT=XXXX
TOKEN=XXXXXXXXXXXXXXXXXXX
CMD_PREFIX=X
Make sure you have Node.js and Typescript installed.
$ git clone https://github.com/martinLeht/discord_music_bot.git # or clone your own fork
$ cd discord_music_bot
$ npm install
$ npm start
Your app should now be running on localhost:XXXX.