diff --git a/docs/Player.html b/docs/Player.html index 41b6a4d..691e68d 100644 --- a/docs/Player.html +++ b/docs/Player.html @@ -56,7 +56,9 @@ +

new Player(client, youtubeToken, options)

+ @@ -227,6 +229,10 @@ + + + + @@ -601,7 +607,9 @@ +

addToQueue(guildID, songName) → {Promise.<Song>}

+ @@ -748,6 +756,8 @@ + +
Returns:
@@ -771,6 +781,8 @@ + +
@@ -778,7 +790,9 @@ +

clearQueue(guildID) → {Promise.<Queue>}

+ @@ -899,6 +913,8 @@ + +
Returns:
@@ -922,6 +938,8 @@ + +
@@ -929,7 +947,9 @@ +

getQueue(guildID) → (nullable) {Queue}

+ @@ -1050,6 +1070,8 @@ + +
Returns:
@@ -1073,6 +1095,8 @@ + +
@@ -1080,7 +1104,9 @@ +

isPlaying(guildID) → {Boolean}

+ @@ -1201,6 +1227,8 @@ + +
Returns:
@@ -1228,6 +1256,8 @@ + +
@@ -1235,7 +1265,9 @@ +

nowPlaying(guildID) → {Promise.<Song>}

+ @@ -1356,6 +1388,8 @@ + +
Returns:
@@ -1379,6 +1413,8 @@ + +
@@ -1386,7 +1422,9 @@ +

pause(guildID) → {Promise.<Song>}

+ @@ -1507,6 +1545,8 @@ + +
Returns:
@@ -1530,6 +1570,8 @@ + +
@@ -1537,7 +1579,9 @@ +

play(voiceChannel, songName) → {Promise.<Song>}

+ @@ -1684,6 +1728,8 @@ + +
Returns:
@@ -1707,6 +1753,8 @@ + +
@@ -1714,7 +1762,9 @@ +

resume(guildID) → {Promise.<Song>}

+ @@ -1835,6 +1885,8 @@ + +
Returns:
@@ -1858,6 +1910,8 @@ + +
@@ -1865,7 +1919,9 @@ +

setQueue(guildID, songs) → {Promise.<Queue>}

+ @@ -2012,6 +2068,8 @@ + +
Returns:
@@ -2035,6 +2093,8 @@ + +
@@ -2042,7 +2102,9 @@ +

setRepeatMode(guildID, enabled) → {Promise.<Void>}

+ @@ -2189,6 +2251,8 @@ + +
Returns:
@@ -2212,6 +2276,8 @@ + +
@@ -2219,7 +2285,9 @@ +

setVolume(guildID, percent) → {Promise.<void>}

+ @@ -2366,6 +2434,8 @@ + +
Returns:
@@ -2389,6 +2459,8 @@ + +
@@ -2396,7 +2468,9 @@ +

skip(guildID) → {Promise.<Song>}

+ @@ -2517,6 +2591,8 @@ + +
Returns:
@@ -2540,6 +2616,8 @@ + +
@@ -2547,7 +2625,9 @@ +

stop(guildID) → {Promise.<void>}

+ @@ -2668,6 +2748,8 @@ + +
Returns:
@@ -2691,6 +2773,8 @@ + +
@@ -2710,7 +2794,7 @@
diff --git a/docs/Queue.html b/docs/Queue.html index ec2aa9b..7693f14 100644 --- a/docs/Queue.html +++ b/docs/Queue.html @@ -60,7 +60,9 @@

Constructor

+

new Queue(guildID)

+ @@ -183,6 +185,10 @@ + + + + @@ -837,7 +843,9 @@ +

channelEmpty

+ @@ -903,6 +911,10 @@ + + + + @@ -915,7 +927,9 @@ +

end

+ @@ -981,6 +995,10 @@ + + + + @@ -993,7 +1011,9 @@ +

songChanged

+ @@ -1168,6 +1188,10 @@ + + + + @@ -1183,7 +1207,7 @@
diff --git a/docs/Song.html b/docs/Song.html index 8ee826e..5cb588f 100644 --- a/docs/Song.html +++ b/docs/Song.html @@ -60,7 +60,9 @@

Constructor

+

new Song(video, queue)

+ @@ -205,6 +207,10 @@ + + + + @@ -794,7 +800,7 @@
diff --git a/docs/global.html b/docs/global.html index d780ff6..a028ac8 100644 --- a/docs/global.html +++ b/docs/global.html @@ -302,7 +302,7 @@
diff --git a/docs/index.html b/docs/index.html index b20b44f..d0cede1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -413,7 +413,13 @@ client.player.setRepeatMode(guildID, false); } }); - + +

Examples of bots made with discord-player

+

These bots are made by the community, they can help you build your own!

+ @@ -426,7 +432,7 @@ client.player.setRepeatMode(guildID, false);
diff --git a/package.json b/package.json index 6a10fd5..9278907 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,6 @@ "devDependencies": { "discord.js": "discordjs/discord.js", "jsdoc": "^3.6.3", - "minami": "^1.2.3" + "minami": "Androz2091/minami" } }