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:
parent
6a2fed4571
commit
958b486c4c
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ public class ToolsCommandGroup : CommandGroup
|
|||
foreach (var style in allStyles)
|
||||
{
|
||||
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(
|
||||
|
|
Loading…
Add table
Reference in a new issue