txlyre 1 năm trước cách đây
mục cha
commit
90903c5784
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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):