1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-05-04 21:16:29 +03:00

fuck workarounds, i have a fresh idea

This commit is contained in:
Macintxsh 2024-07-01 20:58:55 +05:00
parent 1dffff25d5
commit 2b9e3c8d5a
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2
3 changed files with 17 additions and 5 deletions

View file

@ -234,7 +234,7 @@ public sealed partial class MemberUpdateService : BackgroundService
}
var builder = new StringBuilder()
.AppendBulletPointLine(string.Format(Messages.DescriptionReminder, Markdown.InlineCode(reminder.Text)))
.AppendLine(MarkdownExtensions.Quote(reminder.Text))
.AppendBulletPointLine(string.Format(Messages.DescriptionActionJumpToMessage,
$"https://discord.com/channels/{guildId.Value}/{reminder.ChannelId}/{reminder.MessageId}"));