A node.js discord music bot featuring play, queue and next song functions.
;toca <URL>
or;toca <search-term>
: Plays the audio from the url or returns a 5-itens array of search results (if a music is already playing, it is added to the queue).;prox
: Plays the next queue song or stops the actual one.;ajuda
: Show bot commands.
- Download or clone this repository;
- Install Node Version Manager ;
- Now install Node-JS 16.7.0 version with
nvm install v16.7.0
and select it withnvm use 16.7.0
; - Go to local repo folder and install all the project library with
npm install
terminal command; - Create a .env file with your application token.
- Finally run the project with
npm run start
command on terminal; - Enjoy!
Lucas Feijó |
Igor Matheus |
---|