Browse Source

sjsjshsysb

txlyre 1 năm trước cách đây
mục cha
commit
82100e0a98
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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),