fix this again

This commit is contained in:
Snowflake107 2021-04-21 13:00:09 +05:45
parent c9f748aa64
commit c129cccdfe

View file

@ -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();