diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c1043a4..dd2bd5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,5 +18,5 @@ We are using **[Prettier](https://prettier.io)** to format the code. # Pull Requests - Use English language - Explain what your update does - -- Run tests, formatting, etc. before making Pull Requests \ No newline at end of file +- Run `npm run docs:test` command to make sure documentation is working +- Format the code properly with `npm run format` \ No newline at end of file diff --git a/package.json b/package.json index 3a1219e..e999bde 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,17 @@ "discord", "volume", "queue", - "youtube" + "youtube", + "discord.js", + "musicbot", + "discord-music-player", + "discord-music", + "music-player", + "youtube-dl", + "ytdl-core", + "ytdl", + "lavalink", + "api" ], "author": "Androz2091", "license": "MIT",