txlyre hai 1 ano
pai
achega
7e0a22c4ef
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      commands.py

+ 3 - 0
commands.py

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