parent
f61aff8ec6
commit
d0c61fbead
2 changed files with 10 additions and 2 deletions
10
README.md
10
README.md
|
@ -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)
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue