diff --git a/MinecraftClient/config/ChatBots/DiscordWebhook.cs b/MinecraftClient/config/ChatBots/DiscordWebhook.cs index 154272ba..a9c88da8 100644 --- a/MinecraftClient/config/ChatBots/DiscordWebhook.cs +++ b/MinecraftClient/config/ChatBots/DiscordWebhook.cs @@ -78,7 +78,7 @@ class WebhoookSettings skinModes.Add("fullSkin", "https://crafatar.com/renders/body/{0}"); // Define standard values for main class - WebhookURL = "Your URL"; // Enter your Webhook URL here to start the bot with it predefined. + WebhookURL = "https://discord.com/api/webhooks/SomeNumber/RandomStuff"; // Enter your Webhook URL here to start the bot with it predefined. SendPrivateMsg = true; CustomChatDetection = true; SendServerMsg = true; @@ -428,7 +428,7 @@ class DiscordWebhook : ChatBot { msg.Content += " " + AddPingsToMessage(msg.SenderName, msg.Content); - if (settings.WebhookURL != "" && settings.WebhookURL != "Your URL") + if (settings.WebhookURL != "" && settings.WebhookURL != "https://discord.com/api/webhooks/SomeNumber/RandomStuff") { LogDebugToConsole("Send webhook request to Discord."); try