From 36ec1a22168f8909d70ee338210ef7373c4e252f Mon Sep 17 00:00:00 2001 From: Bohica <53943479+Bohicatv@users.noreply.github.com> Date: Tue, 3 Mar 2026 11:12:05 -0800 Subject: [PATCH] cleanup --- Projects/UOContent/Engines/Chat/Discord.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Projects/UOContent/Engines/Chat/Discord.cs b/Projects/UOContent/Engines/Chat/Discord.cs index d01b736ff..b8fe50d84 100644 --- a/Projects/UOContent/Engines/Chat/Discord.cs +++ b/Projects/UOContent/Engines/Chat/Discord.cs @@ -13,7 +13,7 @@ namespace Server.Engines.Chat public static void Configure() { - _webhookUrl = ServerConfiguration.GetOrUpdateSetting("chatiscord.webhookUrl", "DISCORD_CHANNEL_WEBHOOK_HERE"); + _webhookUrl = ServerConfiguration.GetOrUpdateSetting("chatdiscord.webhookUrl", "DISCORD_CHANNEL_WEBHOOK_HERE"); } public static bool IsEnabled => !string.IsNullOrEmpty(_webhookUrl); @@ -44,4 +44,4 @@ namespace Server.Engines.Chat } } } -} \ No newline at end of file +}