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();
interface SBConfig {
hideRealTime: boolean,
timeWithSkips: boolean,
userID: string,
sponsorTimes: SBMap<string, any>,
@@ -124,7 +125,8 @@ var Config: SBObject = {
*/
configListeners: [],
defaults: {
timeWithSkips: false,
hideRealTime: false,
timeWithSkips: true,
userID: null,
sponsorTimes: new SBMap("sponsorTimes"),
whitelistedChannels: [],