txlyre преди 11 месеца
родител
ревизия
5599606ffc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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,