From d14b3e31e71552fd7fe91289283caea37b1a6203 Mon Sep 17 00:00:00 2001 From: Androz2091 Date: Sat, 20 Feb 2021 16:39:14 +0100 Subject: [PATCH] :label: Add missing queue property to progress bar options --- typings/index.d.ts | 1 + 1 file changed, 1 insertion(+) 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[];