diff --git a/PluralKit.Bot/Bot.cs b/PluralKit.Bot/Bot.cs index 985a4551..0551113a 100644 --- a/PluralKit.Bot/Bot.cs +++ b/PluralKit.Bot/Bot.cs @@ -382,7 +382,7 @@ namespace PluralKit.Bot { var eid = _services.GetService().EventId; await msg.Channel.SendMessageAsync( - $"{Emojis.Error} Internal error occurred. Please join the support server (), and send the developer this ID: `{eid}`"); + $"{Emojis.Error} Internal error occurred. Please join the support server (), and send the developer this ID: `{eid}`\nBe sure to include a description of what you were doing to make the error occur."); } // If not, don't care. lol. @@ -405,4 +405,4 @@ namespace PluralKit.Bot public Task HandleMessagesBulkDelete(IReadOnlyCollection> messages, IMessageChannel channel) => _proxy.HandleMessageBulkDeleteAsync(messages, channel); } -} \ No newline at end of file +}