GitXplorerGitXplorer
v

music-bot

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0eeadc6892f92aa18e368b8d3dea6daa122087cd

refact: major clean up of all commands except play

vveksen committed 6 years ago
Unverified
0bc91ce4ec822ab9b083911da75a8c43580d0d4b

chore: convert to TypeScript, first draft

vveksen committed 6 years ago
Unverified
0b832bf74daa34e29eba57726b49ec082501df66

refact(play): use map index

vveksen committed 6 years ago
Unverified
404917a07578d27b809125d0db457f6e64438d2b

refact(play): extract single/playlist logic to distinct functions

vveksen committed 6 years ago
Unverified
46d3351bc073f2817181b17bed27f05c39fea330

style: autoformat

vveksen committed 6 years ago
Unverified
f14c707002b5b3ec4e8fa3ab70706ae253f0a318

chore: set up eslint/prettier

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