discord-player
Advanced tools
Comparing version 1.1.3 to 1.1.4
{ | ||
"name": "discord-player", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "Complete framework to facilitate music commands using discord.js v12", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -49,3 +49,3 @@ # Discord Player | ||
**options.leaveOnEnd**: whether the bot should leave the voice channel when there is no more song in the queue. | ||
**options.leaveOnStop**: whether the bot should leave the voice channel when the `stop()` function is used. | ||
**options.leaveOnStop**: whether the bot should leave the voice channel when the `stop()` function is used. | ||
**options.leaveOnEmpty**: whether the bot should leave the voice channel if there is no more member in it. | ||
@@ -52,0 +52,0 @@ |
25956