🏷️ Add missing queue property to progress bar options
This commit is contained in:
parent
64e7f06990
commit
d14b3e31e7
1 changed files with 1 additions and 0 deletions
1
typings/index.d.ts
vendored
1
typings/index.d.ts
vendored
|
@ -103,6 +103,7 @@ declare module 'discord-player' {
|
||||||
}
|
}
|
||||||
interface ProgressBarOptions {
|
interface ProgressBarOptions {
|
||||||
timecodes: boolean;
|
timecodes: boolean;
|
||||||
|
queue: boolean;
|
||||||
}
|
}
|
||||||
interface CustomPlaylist {
|
interface CustomPlaylist {
|
||||||
tracks: Track[];
|
tracks: Track[];
|
||||||
|
|
Loading…
Reference in a new issue