Fix comment indent
This commit is contained in:
parent
afafe1f61c
commit
5ea34d7e9f
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user