txlyre 2 anni fa
parent
commit
82100e0a98
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      commands.py

+ 1 - 1
commands.py

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