mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Include invite link in error message
This commit is contained in:
parent
d3f821a266
commit
7945603cdb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 (<https://discord.gg/PczBt78>), 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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue