A discord bot to play D&D tracks while playing
The bot uses youtube urls to play audio
Clone the repository on your server/computer, add the Discord token and run npm start
to start using the bot.
To specify the Discord token create a .env
file and write inside(substitute the x with the actual token):
DISCORD_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
The tracks are taken from tracks.json
: for every category of tracks you can specify a list of youtube urls that will be played by the bot.
A default
tracks.json
is provided as an example.