- Discord Bot Token And Client Id Guide
- Node.js v16.0.0 or newer
✓ Super fast & High Quality
✓ Has more than 10 radio stations
✓ Set role system
✓ Works on Replit.com and Heroku.com
First of all you need to Node.js
Install the npm install
modules in your terminal before using
Run the robot node index.js
then using
🔴 Do not forget to enter the account token in config.json
🔴
{
"token":"bot token",
"prefix":"!",
"ownerid":"owner id",
"client_id":"bot client id"
}
- Fork the repository
- Clone your fork:
git clone https://github.com/yourusername/Radio-Discord-Bot.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request