txlyre před 1 rokem
rodič
revize
82100e0a98
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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),