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 = '<пусто>'