1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-20 00:43:36 +03:00

Use rightwards arrow (U+2192)

Signed-off-by: Macintosh II <mctaylxrs@outlook.com>
This commit is contained in:
Macintxsh 2023-10-03 00:52:20 +03:00
parent 6a2fed4571
commit 958b486c4c
Signed by: mctaylors
GPG key ID: 361D326747B61E65

View file

@ -348,7 +348,7 @@ public class ToolsCommandGroup : CommandGroup
foreach (var style in allStyles) foreach (var style in allStyles)
{ {
description.Append("- ").Append(Markdown.InlineCode(Markdown.Timestamp(timestamp, style))) description.Append("- ").Append(Markdown.InlineCode(Markdown.Timestamp(timestamp, style)))
.Append(" ").AppendLine(Markdown.Timestamp(timestamp, style)); .Append(" ").AppendLine(Markdown.Timestamp(timestamp, style));
} }
var embed = new EmbedBuilder().WithSmallTitle( var embed = new EmbedBuilder().WithSmallTitle(