Merge pull request #241 from MRuy/fix/webhook-default-value

Fix webhook default value
This commit is contained in:
Ajay Ramachandran
2021-06-14 19:51:10 -04:00
committed by GitHub

View File

@@ -20,10 +20,11 @@ addDefaults(config, {
maxNumberOfActiveWarnings: 3, maxNumberOfActiveWarnings: 3,
hoursAfterWarningExpires: 24, hoursAfterWarningExpires: 24,
adminUserID: "", adminUserID: "",
discordCompletelyIncorrectReportWebhookURL: "", discordCompletelyIncorrectReportWebhookURL: null,
discordFirstTimeSubmissionsWebhookURL: "", discordFirstTimeSubmissionsWebhookURL: null,
discordNeuralBlockRejectWebhookURL: "", discordNeuralBlockRejectWebhookURL: null,
discordReportChannelWebhookURL: "", discordFailedReportChannelWebhookURL: null,
discordReportChannelWebhookURL: null,
getTopUsersCacheTimeMinutes: 0, getTopUsersCacheTimeMinutes: 0,
globalSalt: null, globalSalt: null,
mode: "", mode: "",