diff options
| author | 2023-08-13 12:24:45 +0800 | |
|---|---|---|
| committer | 2023-08-13 12:24:45 +0800 | |
| commit | 4bf6db5200affc2f623aa02301020092c0789d19 (patch) | |
| tree | 9f32d49fb967b16a4f4c79bb39bf3ccff6773b9b /hydroroll/plugins/plugin_send/config.py | |
| parent | c30ca50aab37a86534b3dcd27c253cc79d0c8101 (diff) | |
| download | HydroRoll-4bf6db5200affc2f623aa02301020092c0789d19.tar.gz HydroRoll-4bf6db5200affc2f623aa02301020092c0789d19.zip | |
refactor: 根据tests重构
Diffstat (limited to 'hydroroll/plugins/plugin_send/config.py')
| -rw-r--r-- | hydroroll/plugins/plugin_send/config.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/hydroroll/plugins/plugin_send/config.py b/hydroroll/plugins/plugin_send/config.py deleted file mode 100644 index 5b7fe7b..0000000 --- a/hydroroll/plugins/plugin_send/config.py +++ /dev/null @@ -1,15 +0,0 @@ -from typing import Set, Optional - -from plugins.plugin_base import CommandPluginConfig - - -class Config(CommandPluginConfig): - __config_name__ = "plugin_send" - command: Set[str] = {"send"} - """命令文本。""" - send_user_id: int = 2753364619 - """发送消息的对象的 QQ 号码。""" - send_success_msg: Optional[str] = "已将消息送出√" - """发送成功时回复的消息,设置为 None 表示不发送任何消息。""" - send_filed_msg: Optional[str] = "发送失败:{message}" - """发送失败时回复的消息。""" |
