mirror of https://github.com/Mai-with-u/MaiBot.git
修复base_command中send_command指令未使用dispaly_name的错误
parent
400fcb0f71
commit
7c37469ed7
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue