diff --git a/src/config.ts b/src/config.ts index 34e5438..72099f9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -20,10 +20,11 @@ addDefaults(config, { maxNumberOfActiveWarnings: 3, hoursAfterWarningExpires: 24, adminUserID: "", - discordCompletelyIncorrectReportWebhookURL: "", - discordFirstTimeSubmissionsWebhookURL: "", - discordNeuralBlockRejectWebhookURL: "", - discordReportChannelWebhookURL: "", + discordCompletelyIncorrectReportWebhookURL: null, + discordFirstTimeSubmissionsWebhookURL: null, + discordNeuralBlockRejectWebhookURL: null, + discordFailedReportChannelWebhookURL: null, + discordReportChannelWebhookURL: null, getTopUsersCacheTimeMinutes: 0, globalSalt: null, mode: "",