From 278e40207c377ed9f1140b233b8482787e137220 Mon Sep 17 00:00:00 2001 From: Official Noob <31563761+OfficialNoob@users.noreply.github.com> Date: Wed, 1 Jan 2020 18:00:47 +0000 Subject: [PATCH] Create empty array for sponsorTimeKey --- SB.js | 1 + 1 file changed, 1 insertion(+) diff --git a/SB.js b/SB.js index c5f8ad01..dfd62503 100644 --- a/SB.js +++ b/SB.js @@ -33,6 +33,7 @@ async function config() { } SB.defaults = { + "sponsorTimeKey": []; "startSponsorKeybind": ";", "submitKeybind": "'", "minutesSaved": 0,