txlyre 11 tháng trước cách đây
mục cha
commit
5599606ffc
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      commands.py

+ 1 - 1
commands.py

@@ -545,7 +545,7 @@ async def sylvy_handler(bot, event, command):
     text += '\n'
 
   text += result['output']
-  text = text.strip()
+  text = text.rstrip()
 
   await event.reply(
     text,