A simple Discord radio streaming userbot
Caution
Userbots are against the Discord TOS! This project is only for educational use
Replace the token, channel id and the stream url (optional)
(Volume 0-100)
{
"token" : "YOUR_TOKEN",
"channelID" : "YOUR_CHANNEL_ID",
"streamURL" : "http://stream.laut.fm/80er",
"volume" : 10
}
How to get different stream urls?
How to get a Discord account token?
- Install nodejs & npm
- Go into the bots folder
npm install
node index.js
Note
You need to invite the account to your server first Also check for server permissions before starting the bot
If you have problems with the installation of the libraries or when running the bot, make sure you are using an up to date nodejs version like v19.x
You also maybe need to run sudo apt-get install ffmpeg
separately