Update Bot.cs
- Add note telling users to describe what happened when reporting errors
This commit is contained in:
parent
cb1c44a27f
commit
da83f72582
@ -382,7 +382,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}`\nBe sure to include a description of what you were doing to make the error occur.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// If not, don't care. lol.
|
// If not, don't care. lol.
|
||||||
|
Loading…
Reference in New Issue
Block a user