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