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:
parent
1dffff25d5
commit
2b9e3c8d5a
3 changed files with 17 additions and 5 deletions
|
@ -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}"));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue