├── README.md ├── config.json ├── index.js ├── package.json └── start.bat /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/its-hesam/Discord-radio-bot/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/its-hesam/Discord-radio-bot/HEAD/config.json -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/its-hesam/Discord-radio-bot/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/its-hesam/Discord-radio-bot/HEAD/package.json -------------------------------------------------------------------------------- /start.bat: -------------------------------------------------------------------------------- 1 | echo "Starting" 2 | node index.js 3 | PAUSE --------------------------------------------------------------------------------