- 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"
}
Dont Forgot Enable message content intent
- 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