A discord bot for sitting in a discord channel and playing a radio station 24/7.
- Clone the repository
cd
into the directory, and runnpm install
- Add a
.env
file containing the following properties:
DISCORD_TOKEN="" // The token of the discord bot user
LIVE_CHANNEL="" // The channel the bot should join
RADIO_CHANNEL_LINK="" // The api link the bot should listen to
- Run
npx pm2 start index.js --name radiobot