🔥 Remove useless line

This commit is contained in:
Androz2091 2020-12-26 22:26:59 +01:00
parent 62a56cb856
commit f2797f78d5

View file

@ -322,7 +322,6 @@ class Player extends EventEmitter {
* client.player.play(message, "Despacito");
*/
async play (message, query, firstResult) {
const isPlaying = this.isPlaying(message)
if (this.util.isYTPlaylistLink(query)) {
return this._handlePlaylist(message, query)
}