From fbb5dbbf5d89fa112f387a58d628ddf2bd342720 Mon Sep 17 00:00:00 2001 From: Ske Date: Sun, 27 Oct 2019 23:01:38 +0100 Subject: [PATCH] Don't embed support server link in error message --- PluralKit.Bot/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PluralKit.Bot/Bot.cs b/PluralKit.Bot/Bot.cs index 2aa3bcca..40f2baa5 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -389,7 +389,7 @@ namespace PluralKit.Bot { var eid = _services.GetService().EventId; await msg.Channel.SendMessageAsync( - $"{Emojis.Error} Internal error occurred. Please join the support server (https://discord.gg/PczBt78), and send the developer this ID: `{eid}`"); + $"{Emojis.Error} Internal error occurred. Please join the support server (), and send the developer this ID: `{eid}`"); } // If not, don't care. lol.