youtube
spotify - Work in progress
soundcloud - Work in progress
play <URL>, play music in a voice channel.
pause, pause the current music.
resume, puts the current music back on.
skip, skip to next music.
stop, stop all music.
queue, see the next songs.
nowplaying, see music in progress.
volume <1 - 100>, change the volume. - Work in Progress
clear-queue, remove music in the queue. - Work in Progress
ping, see the bot latency. - Work in Progress
help, see the list of available commands.
Copy or Rename config.json.example to config.json and fill out the values:
{
"TOKEN": "",
"PREFIX": "!",
"STAY_TIME": 30
}npm run start
[sudo] npm install forever -g
forever start index.js
- Fork the repository
- Clone your fork:
git clone https://github.com/TylerBurr/zero.git - 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