GitXplorerGitXplorer
v

music-bot

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e116b9d76303bc9285d4af61ea210cfa2fc29e7c

feat: implement now playing command

vveksen committed 6 years ago
Unverified
315a35180170f57ee0405f947417b2ee5d96563e

feat: implement queue command

vveksen committed 6 years ago
Unverified
1b3db63554071c70873e02a99c34b917778f781c

feat: wip on ironing the weird bits, working play command

vveksen committed 6 years ago
Unverified
cd1d00351295600bcfbe4d9277012ce43a859520

feat: major restructure - prepare command handler

vveksen committed 6 years ago
Unverified
bf48b390cb029e09792df70eb9186aa108214fbc

chore: ignore/remove js files in src

vveksen committed 6 years ago
Unverified
4124aebd9547447d1b3c0524f35d6e5ebfb71a79

chore/style: set up tslint + auto-format

vveksen committed 6 years ago

README

The README file for this repository.

Music-Bot

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

Install

npm i

Usage

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