diff --git a/README.md b/README.md index c095739..698000f 100644 --- a/README.md +++ b/README.md @@ -479,4 +479,12 @@ client.on('message', (message) => { } }); -``` \ No newline at end of file +``` + +## 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) + diff --git a/package.json b/package.json index 5c2f22b..d235059 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discord-player", - "version": "1.3.8", + "version": "1.3.9", "description": "Complete framework to facilitate music commands using discord.js v12", "main": "index.js", "scripts": {