documentation
This commit is contained in:
parent
4ab102c81d
commit
86bd8ad733
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class Player extends EventEmitter<PlayerEvents> {
|
||||||
/**
|
/**
|
||||||
* Creates new Discord Player
|
* Creates new Discord Player
|
||||||
* @param {Client} client The Discord Client
|
* @param {Client} client The Discord Client
|
||||||
|
* @param {DiscordPlayerInitOptions} [options={}] The player init options
|
||||||
*/
|
*/
|
||||||
constructor(client: Client, options: DiscordPlayerInitOptions = {}) {
|
constructor(client: Client, options: DiscordPlayerInitOptions = {}) {
|
||||||
super();
|
super();
|
||||||
|
|
Loading…
Reference in a new issue