documentation

This commit is contained in:
Snowflake107 2021-06-21 11:10:08 +05:45
parent 4ab102c81d
commit 86bd8ad733

View file

@ -29,6 +29,7 @@ class Player extends EventEmitter<PlayerEvents> {
/**
* Creates new Discord Player
* @param {Client} client The Discord Client
* @param {DiscordPlayerInitOptions} [options={}] The player init options
*/
constructor(client: Client, options: DiscordPlayerInitOptions = {}) {
super();