@@ -468,6 +468,9 @@ async def sylvy_handler(bot, event, command):
text += result['output']
+ text = map(lambda line: '| ' + line, text.split('\n'))
+ text = '\n'.join(text)
+
await event.reply(f'```\n{text}```')
COMMANDS = {