mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-20 00:43:36 +03:00
nuh-uh
discord can't render inline code block in author field Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
parent
818f702083
commit
0f9e1cba5d
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue