Don't embed support server link in error message
This commit is contained in:
parent
46672d264c
commit
fbb5dbbf5d
@ -389,7 +389,7 @@ namespace PluralKit.Bot
|
||||
{
|
||||
var eid = _services.GetService<EventIdProvider>().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 (<https://discord.gg/PczBt78>), and send the developer this ID: `{eid}`");
|
||||
}
|
||||
|
||||
// If not, don't care. lol.
|
||||
|
Loading…
Reference in New Issue
Block a user