1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00
discord can't render inline code block in author field

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-09-22 20:20:22 +03:00
parent 818f702083
commit 0f9e1cba5d
Signed by: mctaylors
GPG key ID: 361D326747B61E65

View file

@ -277,7 +277,7 @@ public class SettingsCommandGroup : CommandGroup
} }
var embed = new EmbedBuilder().WithSmallTitle( var embed = new EmbedBuilder().WithSmallTitle(
string.Format(Messages.SingleSettingReset, Markdown.InlineCode(option.Name)), currentUser) string.Format(Messages.SingleSettingReset, option.Name), currentUser)
.WithColour(ColorsList.Green) .WithColour(ColorsList.Green)
.Build(); .Build();