Added config option

This commit is contained in:
NDevTK
2020-06-26 19:19:51 +01:00
committed by GitHub
parent f0716e8bbb
commit beea8181a1

View File

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