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(
|
||||
string.Format(Messages.SingleSettingReset, Markdown.InlineCode(option.Name)), currentUser)
|
||||
string.Format(Messages.SingleSettingReset, option.Name), currentUser)
|
||||
.WithColour(ColorsList.Green)
|
||||
.Build();
|
||||
|
||||
|
|
Reference in a new issue