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();
|
embed.Description = sb.ToString();
|
||||||
return embed;
|
return embed;
|
||||||
}
|
}
|
||||||
@ -193,8 +193,8 @@ namespace ChaosBot.Discord.Modules
|
|||||||
sb.Append("```");
|
sb.Append("```");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Add the string to the Embed
|
* Add the string to the Embed
|
||||||
*/
|
*/
|
||||||
embed.Description = sb.ToString();
|
embed.Description = sb.ToString();
|
||||||
return embed;
|
return embed;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user