diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/config.toml | 4 | ||||
| -rw-r--r-- | tests/main.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/config.toml b/tests/config.toml index 55d49a5..c3799b3 100644 --- a/tests/config.toml +++ b/tests/config.toml @@ -1,9 +1,9 @@ -[HydroRoll] +[hydroroll] version = "v0.1.0" svn = "1" author = "简律纯" -[HydroRoll.self] +[hydroroll.self] header = "Hydro系[1]号" # info = "一只水系骰子..." diff --git a/tests/main.py b/tests/main.py index 93f67f2..da054c4 100644 --- a/tests/main.py +++ b/tests/main.py @@ -1,4 +1,4 @@ -from HydroRoll import Bot +from hydroroll import Bot bot = Bot(hot_reload=True) |
