This commit is contained in:
thsrite
2024-12-17 15:15:24 +08:00
parent 1f154f3d39
commit 7e788b44be

View File

@@ -84,7 +84,7 @@ class BBDown(_PluginBase):
self.post_message(channel=event.event_data.get("channel"),
title=f"执行命令成功!",
text=f"命令输出:{output}",
text=f"命令输出:{output[-1]}",
userid=event.event_data.get("user"))
@staticmethod