some jsdoc
This commit is contained in:
parent
60b870d30e
commit
f4deb40adb
1 changed files with 3 additions and 0 deletions
|
@ -888,6 +888,9 @@ export class Player extends EventEmitter {
|
|||
queue.autoPlay = Boolean(enable);
|
||||
}
|
||||
|
||||
/**
|
||||
* Player stats
|
||||
*/
|
||||
getStats(): PlayerStats {
|
||||
return {
|
||||
uptime: this.client.uptime,
|
||||
|
|
Loading…
Reference in a new issue