julianYaman / Music-Bot

Simple music bot with a full-blown queue system that is easy to understand

Home Page:https://www.youtube.com/playlist?list=PLVzaElkTvlQae8XJ0ujnEgz1GviufNx8h

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music-Bot

Simple music bot with a full-blown queue system that is easy to understand

Install

npm i

Useage

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

Author

Music-Bot © iCrawl, Released under the MIT License.
Authored and maintained by iCrawl.

GitHub @iCrawl · Twitter @iCrawlToGo

About

Simple music bot with a full-blown queue system that is easy to understand

https://www.youtube.com/playlist?list=PLVzaElkTvlQae8XJ0ujnEgz1GviufNx8h

License:MIT License


Languages

Language:JavaScript 100.0%