From 64207f6c379e1003398f267a8ae329c145fcd536 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 02:58:41 +0800 Subject: --- tests/config.toml | 4 ++-- tests/main.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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) -- cgit v1.2.3-70-g09d2