diff --git a/ChaosBot/Discord/Modules/LodestoneCommands.cs b/ChaosBot/Discord/Modules/LodestoneCommands.cs index 25b76bb..fce7ca7 100644 --- a/ChaosBot/Discord/Modules/LodestoneCommands.cs +++ b/ChaosBot/Discord/Modules/LodestoneCommands.cs @@ -137,8 +137,8 @@ namespace ChaosBot.Discord.Modules } /* - * Add the string to the Embed - */ + * Add the string to the Embed + */ embed.Description = sb.ToString(); return embed; } @@ -193,8 +193,8 @@ namespace ChaosBot.Discord.Modules sb.Append("```"); /* - * Add the string to the Embed - */ + * Add the string to the Embed + */ embed.Description = sb.ToString(); return embed; }