Getting an error message during server start-up.

Hello and thank you for all the hard work you all do to help the Rust Admin Community.
 
I'm getting this message during server startup:

[DiscordMessages] Ban was enabled however the webhook is incorrect.
[DiscordMessages] Report was enabled however the webhook is incorrect.
[DiscordMessages] Message was enabled however the webhook is incorrect.
[DiscordMessages] Playerchat was enabled however the webhook is incorrect.
[DiscordMessages] Mute was enabled however the webhook is incorrect.

I'm using the default config...

{
"GeneralSettings": {
"Announce": true
},
"BanSettings": {
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks"
},
"ReportSettings": {
"LogToConsole": true,
"Alert": "",
"Cooldown": 30,
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks"
},
"MessageSettings": {
"LogToConsole": true,
"SuggestAlias": false,
"Alert": "",
"Cooldown": 30,
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks"
},
"ChatSettings": {
"TextToSpeech": false,
"Enabled": true,
"WebhookUrl": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks"
},
"MuteSettings": {
"Color": "3329330",
"Enabled": true,
"WebhookUrl": "https://support.discordapp.com/hc/en-us/articles/228383668-Intro-to-Webhooks"
}
}

Thanks again.

Very best,
James

In the config you need to change the value of "WebhookUrl" to an actual webhook URL. You can visit the link that is in your config for a tutorial on doing so.