fix this again
This commit is contained in:
parent
c9f748aa64
commit
c129cccdfe
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ export class Player extends EventEmitter {
|
|||
/**
|
||||
* Creates new Player instance
|
||||
* @param {DiscordClient} client The discord.js client
|
||||
* @param {PlayerOptionsType} options Player options
|
||||
* @param {PlayerOptions} options Player options
|
||||
*/
|
||||
constructor(client: Client, options?: PlayerOptionsType) {
|
||||
super();
|
||||
|
|
Loading…
Reference in a new issue