txlyre hace 1 año
padre
commit
82100e0a98
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -468,7 +468,7 @@ async def sylvy_handler(bot, event, command):
 
   text += result['output']
 
-  await event.reply(f'```{text}```')
+  await event.reply(f'```\n{text}```')
 
 COMMANDS = {
   'newadmin':  Handler(newadmin_handler,  is_restricted=True),