🔥 Remove useless line
This commit is contained in:
parent
62a56cb856
commit
f2797f78d5
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ class Player extends EventEmitter {
|
||||||
* client.player.play(message, "Despacito");
|
* client.player.play(message, "Despacito");
|
||||||
*/
|
*/
|
||||||
async play (message, query, firstResult) {
|
async play (message, query, firstResult) {
|
||||||
const isPlaying = this.isPlaying(message)
|
|
||||||
if (this.util.isYTPlaylistLink(query)) {
|
if (this.util.isYTPlaylistLink(query)) {
|
||||||
return this._handlePlaylist(message, query)
|
return this._handlePlaylist(message, query)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue