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