some changes
This commit is contained in:
parent
eef4f50144
commit
ffa9b347fe
2 changed files with 13 additions and 3 deletions
|
@ -18,5 +18,5 @@ We are using **[Prettier](https://prettier.io)** to format the code.
|
||||||
# Pull Requests
|
# Pull Requests
|
||||||
- Use English language
|
- Use English language
|
||||||
- Explain what your update does
|
- Explain what your update does
|
||||||
|
- Run `npm run docs:test` command to make sure documentation is working
|
||||||
- Run tests, formatting, etc. before making Pull Requests
|
- Format the code properly with `npm run format`
|
12
package.json
12
package.json
|
@ -31,7 +31,17 @@
|
||||||
"discord",
|
"discord",
|
||||||
"volume",
|
"volume",
|
||||||
"queue",
|
"queue",
|
||||||
"youtube"
|
"youtube",
|
||||||
|
"discord.js",
|
||||||
|
"musicbot",
|
||||||
|
"discord-music-player",
|
||||||
|
"discord-music",
|
||||||
|
"music-player",
|
||||||
|
"youtube-dl",
|
||||||
|
"ytdl-core",
|
||||||
|
"ytdl",
|
||||||
|
"lavalink",
|
||||||
|
"api"
|
||||||
],
|
],
|
||||||
"author": "Androz2091",
|
"author": "Androz2091",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue