mirror of https://github.com/Mai-with-u/MaiBot.git
修复base_action中send_command指令未使用dispaly_name的错误
parent
8389bdb6d9
commit
400fcb0f71
|
|
@ -322,6 +322,7 @@ class BaseAction(ABC):
|
||||||
command=command_data,
|
command=command_data,
|
||||||
stream_id=self.chat_id,
|
stream_id=self.chat_id,
|
||||||
storage_message=storage_message,
|
storage_message=storage_message,
|
||||||
|
display_message=display_message
|
||||||
)
|
)
|
||||||
|
|
||||||
if success:
|
if success:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue