🐛 Fix doc
This commit is contained in:
parent
74b465c4a6
commit
a03a2cec6d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ class Queue extends EventEmitter {
|
||||||
/**
|
/**
|
||||||
* @param {Discord.Snowflake} guildID ID of the guild this queue is for.
|
* @param {Discord.Snowflake} guildID ID of the guild this queue is for.
|
||||||
* @param {Discord.Message} message Message that initialized the queue
|
* @param {Discord.Message} message Message that initialized the queue
|
||||||
* @param {import('./Player').Filters[]} filters Filters the queue should be initialized with.
|
* @param {Filters} filters Filters the queue should be initialized with.
|
||||||
*/
|
*/
|
||||||
constructor (guildID, message, filters) {
|
constructor (guildID, message, filters) {
|
||||||
super()
|
super()
|
||||||
|
|
Loading…
Reference in a new issue