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

add a newline

Signed-off-by: Macintosh II <95250141+mctaylors@users.noreply.github.com>
This commit is contained in:
Macintxsh 2023-10-02 12:50:22 +03:00 committed by GitHub
parent 80e0b1c889
commit 065ca6af39
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,6 +273,7 @@ public class ToolsCommandGroup : CommandGroup
var description = new StringBuilder().Append("# ").AppendLine(i.ToString())
.Append("- ").AppendLine(string.Format(Messages.RandomMin, Markdown.InlineCode(min.ToString())))
.Append("- ").AppendLine(string.Format(Messages.RandomMax, Markdown.InlineCode(max.ToString())));
var embedColor = ColorsList.Blue;
if (min == max)
{