diff --git a/typings/index.d.ts b/typings/index.d.ts index 8172174..9dadaa0 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -103,6 +103,7 @@ declare module 'discord-player' { } interface ProgressBarOptions { timecodes: boolean; + queue: boolean; } interface CustomPlaylist { tracks: Track[];