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}```')