Simple music bot with a full-blown queue system that is easy to understand
npm i
Edit the config.js file:
exports.TOKEN = ''; // Your token here
exports.PREFIX = 'm!'; // Your preferred prefix here
exports.GOOGLE_API_KEY = ''; // Your youtube/google API key here
- Fork it!
- 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 :D
Music-Bot © iCrawl, Released under the MIT License.
Authored and maintained by iCrawl.
GitHub @iCrawl · Twitter @iCrawlToGo