discord-player
Advanced tools
Comparing version 1.3.8 to 1.3.9
{ | ||
"name": "discord-player", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "Complete framework to facilitate music commands using discord.js v12", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -482,2 +482,10 @@ # Discord Player | ||
}); | ||
``` | ||
``` | ||
## 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) | ||
32415
491