txlyre 1 年之前
父节点
当前提交
7e0a22c4ef
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      commands.py

+ 3 - 0
commands.py

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