diff options
| author | 2023-04-19 17:08:33 +0800 | |
|---|---|---|
| committer | 2023-04-19 17:08:33 +0800 | |
| commit | f80e9f05b43a4883e58eaf82f2200d31ac87b23e (patch) | |
| tree | bb0fdd35c219bf67e8ece4010e23e39884262200 /ChienDice/plugins/iamai_plugin_reply/config.py | |
| parent | bfac2edccf0f83caab5321587de3d7876fd52871 (diff) | |
| download | HydroRoll-f80e9f05b43a4883e58eaf82f2200d31ac87b23e.tar.gz HydroRoll-f80e9f05b43a4883e58eaf82f2200d31ac87b23e.zip | |
rename to `HydroRoll`
Diffstat (limited to 'ChienDice/plugins/iamai_plugin_reply/config.py')
| -rw-r--r-- | ChienDice/plugins/iamai_plugin_reply/config.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ChienDice/plugins/iamai_plugin_reply/config.py b/ChienDice/plugins/iamai_plugin_reply/config.py deleted file mode 100644 index e024fb6..0000000 --- a/ChienDice/plugins/iamai_plugin_reply/config.py +++ /dev/null @@ -1,11 +0,0 @@ -from plugins.iamai_plugin_base import CommandPluginConfig - - -class Config(CommandPluginConfig): - __config_name__ = "plugin_reply" - data_type: str = "json" - """数据类型,目前只支持 json。""" - data_file: str = "data/reply_data.json" - """数据文件位置。""" - ignore_case: bool = True - """是否忽略大小写,默认为 True。""" |
