txlyre 11 月之前
父节点
当前提交
c4dc254627
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      commands.py

+ 1 - 2
commands.py

@@ -544,8 +544,7 @@ async def sylvy_handler(bot, event, command):
 
   text += result['output']
 
-  text = map(lambda line: '| ' + line, text.split('\n'))
-  text = '\n'.join(text)
+  text = text.replace('`', '')
 
   await event.reply(f'```\n{text}```')