Most commands in this bot reply with an info dump to educate players. When creating each one, I am given grammatically correct formatted text, which needs to be manually reformatted into a string for the bot to recreate the formatting in Discord.
It would be nice for someone to find an existing tool to do this or create a function in this bot that can easily be used to generate it, ideally with unit tests.
For example:
"The quick brown fox jumps over the lazy dog's tail.
The dog didn't like that."
Must become:
'The quick brown fox jumps over the lazy dog\'s tail.\n\nThe dog didn\'t like that.'
Most commands in this bot reply with an info dump to educate players. When creating each one, I am given grammatically correct formatted text, which needs to be manually reformatted into a string for the bot to recreate the formatting in Discord.
It would be nice for someone to find an existing tool to do this or create a function in this bot that can easily be used to generate it, ideally with unit tests.
For example:
Must become: