aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChienDice/plugins/iamai_plugin_dice/config.py
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-19 17:08:33 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-19 17:08:33 +0800
commitf80e9f05b43a4883e58eaf82f2200d31ac87b23e (patch)
treebb0fdd35c219bf67e8ece4010e23e39884262200 /ChienDice/plugins/iamai_plugin_dice/config.py
parentbfac2edccf0f83caab5321587de3d7876fd52871 (diff)
downloadHydroRoll-f80e9f05b43a4883e58eaf82f2200d31ac87b23e.tar.gz
HydroRoll-f80e9f05b43a4883e58eaf82f2200d31ac87b23e.zip
rename to `HydroRoll`
Diffstat (limited to 'ChienDice/plugins/iamai_plugin_dice/config.py')
-rw-r--r--ChienDice/plugins/iamai_plugin_dice/config.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/ChienDice/plugins/iamai_plugin_dice/config.py b/ChienDice/plugins/iamai_plugin_dice/config.py
deleted file mode 100644
index a8c6700..0000000
--- a/ChienDice/plugins/iamai_plugin_dice/config.py
+++ /dev/null
@@ -1,13 +0,0 @@
-from typing import Set
-
-from plugins.iamai_plugin_base import CommandPluginConfig
-
-
-class Config(CommandPluginConfig):
- __config_name__ = "plugin_dice"
- command: Set[str] = {"r", "roll", "dice"}
- """命令文本。"""
- max_dice_times: int = 1000
- """最大单次投掷次数。"""
- exceed_max_dice_times_str: str = "错误:超过最大投掷次数。"
- """超过最大单次投掷次数时的提示语。"""