You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Thedogdidn't like that."
Must become:
'The quick brown fox jumps over the lazy dog\'s tail.\n\nThe dog didn\'t like that.'
The text was updated successfully, but these errors were encountered:
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:
'The quick brown fox jumps over the lazy dog\'s tail.\n\nThe dog didn\'t like that.'
The text was updated successfully, but these errors were encountered: