Go to file
Arthur POULET ec69ac7514
Improve readme with more info about how to create API key
2021-03-03 20:34:05 +01:00
src Add !export command 2021-03-03 18:49:48 +01:00
test Move duration manipulation functions outside of the Track class 2021-02-20 18:53:50 +01:00
.gitignore Execute coverage after running tests 2021-02-13 22:31:06 +01:00
.gitlab-ci.yml Test documentation generation in CI 2021-02-06 14:13:36 +01:00
README.md Improve readme with more info about how to create API key 2021-03-03 20:34:05 +01:00
config.json.example Add !export command 2021-03-03 18:49:48 +01:00
index.js Improve all manager and config 2021-01-27 00:00:44 +01:00
jest.config.js Add first unit tests 2021-01-27 22:51:23 +01:00
package-lock.json Update dependencies 2021-02-23 18:47:50 +01:00
package.json Update dependencies 2021-02-23 18:47:50 +01:00

README.md

Music Very Player

Quick start

cp config.json.example config.json
# edit config.json if you need
npm install
DISCORD_API_KEY=XXX npm start

You can generate your application on https://discord.com/developers/applications.