Add examples of bots in the readme

Closes #9
This commit is contained in:
Androz2091 2020-04-08 10:23:08 +02:00
parent f61aff8ec6
commit d0c61fbead
2 changed files with 10 additions and 2 deletions

View file

@ -479,4 +479,12 @@ client.on('message', (message) => {
} }
}); });
``` ```
## Examples of bots made with discord-player
These bots are made by the community, they can help you build your own!
* [Discord-Music](https://github.com/hydraindia/discord-music) by [hydraindia](https://github.com/hydraindia)
* [Music-bot](https://github.com/ZerioDev/Music-bot) by [ZerioDev](https://github.com/ZerioDev)

View file

@ -1,6 +1,6 @@
{ {
"name": "discord-player", "name": "discord-player",
"version": "1.3.8", "version": "1.3.9",
"description": "Complete framework to facilitate music commands using discord.js v12", "description": "Complete framework to facilitate music commands using discord.js v12",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {