This commit is contained in:
Bohica 2026-03-03 11:12:05 -08:00 committed by GitHub
parent 145a7eafc2
commit 36ec1a2216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
}
}
}
}
}