txlyre 1 gadu atpakaļ
vecāks
revīzija
90903c5784
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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):