From 7945603cdbe4e4220dafc0e59532ce15534674c4 Mon Sep 17 00:00:00 2001 From: Ske Date: Mon, 12 Aug 2019 06:03:20 +0200 Subject: [PATCH] Include invite 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 1220275e..bc70fd76 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -248,7 +248,7 @@ namespace PluralKit.Bot } else { await ctx.Message.Channel.SendMessageAsync( - $"{Emojis.Error} Internal error occurred. Please join the support server (see `pk;help`), and send the developer this ID: `{id.EventId}`."); + $"{Emojis.Error} Internal error occurred. Please join the support server (), and send the developer this ID: `{id.EventId}`."); HandleRuntimeError((_result as ExecuteResult?)?.Exception, svc); } } else if ((_result.Error == CommandError.BadArgCount || _result.Error == CommandError.MultipleMatches) && cmd.IsSpecified) {