Updated config

This commit is contained in:
NDevTK
2020-06-27 15:20:00 +01:00
committed by GitHub
parent 3b59389cab
commit fd77748b15

View File

@@ -5,6 +5,7 @@ import Utils from "./utils";
const utils = new Utils(); const utils = new Utils();
interface SBConfig { interface SBConfig {
hideRealTime: boolean,
timeWithSkips: boolean, timeWithSkips: boolean,
userID: string, userID: string,
sponsorTimes: SBMap<string, any>, sponsorTimes: SBMap<string, any>,
@@ -124,7 +125,8 @@ var Config: SBObject = {
*/ */
configListeners: [], configListeners: [],
defaults: { defaults: {
timeWithSkips: false, hideRealTime: false,
timeWithSkips: true,
userID: null, userID: null,
sponsorTimes: new SBMap("sponsorTimes"), sponsorTimes: new SBMap("sponsorTimes"),
whitelistedChannels: [], whitelistedChannels: [],