Use AllowedMentions to disable mentions everywhere by default
This commit is contained in:
@@ -155,7 +155,7 @@ namespace PluralKit.Bot
|
||||
if (reportChannel != null && reportChannel.BotHasAllPermissions(Permissions.SendMessages))
|
||||
{
|
||||
var eid = sentryEvent.EventId;
|
||||
await reportChannel.SendMessageAsync(
|
||||
await reportChannel.SendMessageFixedAsync(
|
||||
$"{Emojis.Error} Internal error occurred. Please join the support server (<https://discord.gg/PczBt78>), and send the developer this ID: `{eid}`\nBe sure to include a description of what you were doing to make the error occur.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user