AlexanderColen / Annie-May-Discord-Bot

Discord bot written in C# for AniList anime/manga lookup.
https://discord.com/oauth2/authorize?client_id=701143398526222386&permissions=388160&scope=bot
13 stars 1 forks source link

Fix missing newlines in Help commands. #75

Closed AlexanderColen closed 4 years ago

AlexanderColen commented 4 years ago

There needs to be 2 newlines before and after regex.

Needs to be fixed for these: https://github.com/AlexanderColen/Annie-May-Discord-Bot/blob/0f9c8c6ba5ede325ad59b37a678a9a93c3d1f388/Annie/Modules/HelpModule.cs#L277-L278

https://github.com/AlexanderColen/Annie-May-Discord-Bot/blob/0f9c8c6ba5ede325ad59b37a678a9a93c3d1f388/Annie/Modules/HelpModule.cs#L301-L302