txlyre преди 1 година
родител
ревизия
90903c5784
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      commands.py

+ 2 - 0
commands.py

@@ -426,6 +426,8 @@ async def run_handler(bot, event, command):
 
       return
 
+  text = remove_ansi_escapes(text)
+
   await event.reply(f'```\n{text}```')
 
 async def sylvy_handler(bot, event, command):