Go to file
Arthur POULET 169a818738 Add sqlite request (it bugs) 2021-02-10 21:47:44 +01:00
src Add sqlite request (it bugs) 2021-02-10 21:47:44 +01:00
test Add playlists manager to handle !register and !load 2021-02-10 17:35:21 +01:00
.gitignore Improve config so we can customize it without changing git files 2021-02-06 15:17:44 +01:00
.gitlab-ci.yml Test documentation generation in CI 2021-02-06 14:13:36 +01:00
README.md Improve config so we can customize it without changing git files 2021-02-06 15:17:44 +01:00
config.json.example Add !s and !p 2021-02-07 12:57:46 +01:00
database.sqlite Add sqlite request (it bugs) 2021-02-10 21:47:44 +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 Add sqlite request (it bugs) 2021-02-10 21:47:44 +01:00
package.json Add sqlite request (it bugs) 2021-02-10 21:47:44 +01:00
save.json Fix save.json filepath 2021-02-10 18:21:36 +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