cleanup
This commit is contained in:
parent
145a7eafc2
commit
38249c08cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue