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

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

View File

@ -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: