chore(bot): update wording on error message

This commit is contained in:
asleepyskye 2025-09-01 21:23:24 -04:00
parent 0cd351de45
commit b3eb108a13

View file

@ -116,7 +116,7 @@ public class ErrorMessageService
return new EmbedBuilder() return new EmbedBuilder()
.Color(0xE74C3C) .Color(0xE74C3C)
.Title("Internal error occurred") .Title("Internal error occurred")
.Description($"For support, please send the error code above as text in {channelInfo} with a description of what you were doing at the time.") .Description($"**If you need support,** please send/forward the error code above **as text** in {channelInfo} with a description of what you were doing at the time.")
.Footer(new Embed.EmbedFooter(errorId)) .Footer(new Embed.EmbedFooter(errorId))
.Timestamp(now.ToDateTimeOffset().ToString("O")) .Timestamp(now.ToDateTimeOffset().ToString("O"))
.Build(); .Build();