From 7c37469ed7deb508c177a6d14f6148410fbb209c Mon Sep 17 00:00:00 2001 From: A0000Xz <122650088+A0000Xz@users.noreply.github.com> Date: Wed, 25 Jun 2025 13:24:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbase=5Fcommand=E4=B8=ADsend?= =?UTF-8?q?=5Fcommand=E6=8C=87=E4=BB=A4=E6=9C=AA=E4=BD=BF=E7=94=A8dispaly?= =?UTF-8?q?=5Fname=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugin_system/base/base_command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugin_system/base/base_command.py b/src/plugin_system/base/base_command.py index 0a94fe1d1..0a4b16072 100644 --- a/src/plugin_system/base/base_command.py +++ b/src/plugin_system/base/base_command.py @@ -162,6 +162,7 @@ class BaseCommand(ABC): command=command_data, stream_id=chat_stream.stream_id, storage_message=storage_message, + display_message=display_message ) if success: