toString tag
This commit is contained in:
parent
97c6d9d995
commit
4f5d49d677
1 changed files with 4 additions and 0 deletions
|
@ -1207,6 +1207,10 @@ export class Player extends EventEmitter {
|
|||
}, 1000);
|
||||
});
|
||||
}
|
||||
|
||||
toString() {
|
||||
return `<Player ${this.queues.size}>`
|
||||
}
|
||||
}
|
||||
|
||||
export default Player;
|
||||
|
|
Loading…
Reference in a new issue