mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 17:50:13 +00:00
Don't embed support server link in error message
This commit is contained in:
parent
46672d264c
commit
fbb5dbbf5d
1 changed files with 1 additions and 1 deletions
|
|
@ -389,7 +389,7 @@ namespace PluralKit.Bot
|
||||||
{
|
{
|
||||||
var eid = _services.GetService<EventIdProvider>().EventId;
|
var eid = _services.GetService<EventIdProvider>().EventId;
|
||||||
await msg.Channel.SendMessageAsync(
|
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.
|
// If not, don't care. lol.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue