txlyre 1 年之前
父節點
當前提交
3cd2c04626
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      commands.py

+ 1 - 0
commands.py

@@ -449,6 +449,7 @@ async def run_handler(bot, event, command):
   text = remove_ansi_escapes(text).strip()
   text = filter(lambda c: c in ' \t\n' or ord(c) >= 32, text)
   text = ''.join(text)
+  text = text.replace('`', '')
 
   if not text:
     text = '<пусто>'