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) {