修复base_action中send_command指令未使用dispaly_name的错误

pull/1061/head
A0000Xz 2025-06-25 13:22:37 +08:00 committed by GitHub
parent 8389bdb6d9
commit 400fcb0f71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -322,6 +322,7 @@ class BaseAction(ABC):
command=command_data,
stream_id=self.chat_id,
storage_message=storage_message,
display_message=display_message
)
if success: