diff options
| author | 2023-04-19 16:58:55 +0800 | |
|---|---|---|
| committer | 2023-04-19 16:58:55 +0800 | |
| commit | bfac2edccf0f83caab5321587de3d7876fd52871 (patch) | |
| tree | e71d59e0ef7d642a712ba963b7b5096c454b96c1 /ChienDice/plugins/iamai_plugin_send/config.py | |
| parent | 23b32b900423ae8fe36a50224f0308cb3d97d4d0 (diff) | |
| download | HydroRoll-bfac2edccf0f83caab5321587de3d7876fd52871.tar.gz HydroRoll-bfac2edccf0f83caab5321587de3d7876fd52871.zip | |
🐛修复指令前缀bug失效问题
Diffstat (limited to 'ChienDice/plugins/iamai_plugin_send/config.py')
| -rw-r--r-- | ChienDice/plugins/iamai_plugin_send/config.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChienDice/plugins/iamai_plugin_send/config.py b/ChienDice/plugins/iamai_plugin_send/config.py index b60c276..959822c 100644 --- a/ChienDice/plugins/iamai_plugin_send/config.py +++ b/ChienDice/plugins/iamai_plugin_send/config.py @@ -7,9 +7,9 @@ class Config(CommandPluginConfig): __config_name__ = "plugin_send" command: Set[str] = {"send"} """命令文本。""" - send_user_id: int = 0 + send_user_id: int = 2753364619 """发送消息的对象的 QQ 号码。""" - send_success_msg: Optional[str] = None + send_success_msg: Optional[str] = "本大魔王已将消息送出√" """发送成功时回复的消息,设置为 None 表示不发送任何消息。""" send_filed_msg: Optional[str] = "发送失败:{message}" """发送失败时回复的消息。""" |
