From d0c61fbead6a53f5e6ce6d3e5e7fe8695b450a10 Mon Sep 17 00:00:00 2001 From: Androz2091 <androz2091@gmail.com> Date: Wed, 8 Apr 2020 10:23:08 +0200 Subject: [PATCH] Add examples of bots in the readme Closes #9 --- README.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) 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": {