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):