aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tests
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-28 02:58:41 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-28 02:58:41 +0800
commit64207f6c379e1003398f267a8ae329c145fcd536 (patch)
tree1a83d7aa5589e68104b33ab80230faf8df9f854f /tests
parent4b2e6627daa7eaf7465260ee648dfbe846a37766 (diff)
downloadHydroRoll-64207f6c379e1003398f267a8ae329c145fcd536.tar.gz
HydroRoll-64207f6c379e1003398f267a8ae329c145fcd536.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/config.toml4
-rw-r--r--tests/main.py2
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)