From fd77748b15bd79346267f8b494b38ebac9f02162 Mon Sep 17 00:00:00 2001 From: NDevTK <31563761+NDevTK@users.noreply.github.com> Date: Sat, 27 Jun 2020 15:20:00 +0100 Subject: [PATCH] Updated config --- src/config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 066e7fe0..adf7f0fc 100644 --- a/src/config.ts +++ b/src/config.ts @@ -5,6 +5,7 @@ import Utils from "./utils"; const utils = new Utils(); interface SBConfig { + hideRealTime: boolean, timeWithSkips: boolean, userID: string, sponsorTimes: SBMap, @@ -124,7 +125,8 @@ var Config: SBObject = { */ configListeners: [], defaults: { - timeWithSkips: false, + hideRealTime: false, + timeWithSkips: true, userID: null, sponsorTimes: new SBMap("sponsorTimes"), whitelistedChannels: [],