summaryrefslogtreecommitdiff
path: root/ATRI
diff options
context:
space:
mode:
Diffstat (limited to 'ATRI')
-rw-r--r--ATRI/__init__.py2
-rw-r--r--ATRI/plugins/help/data_source.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/ATRI/__init__.py b/ATRI/__init__.py
index 2ba9e35..7f17778 100644
--- a/ATRI/__init__.py
+++ b/ATRI/__init__.py
@@ -5,7 +5,7 @@ from nonebot.adapters.onebot.v11 import Adapter
from .config import RUNTIME_CONFIG, InlineGoCQHTTP
-__version__ = "YHN-001-A05"
+__version__ = "YHN-001-A05.fix1"
def asgi():
diff --git a/ATRI/plugins/help/data_source.py b/ATRI/plugins/help/data_source.py
index 548924e..42b8184 100644
--- a/ATRI/plugins/help/data_source.py
+++ b/ATRI/plugins/help/data_source.py
@@ -48,7 +48,8 @@ class Helper(Service):
f"可以称呼咱:{nickname}\n"
f"咱的型号是:{__version__}\n"
"想进一步了解:\n"
- "https://github.com/Kyomotoi/ATRI"
+ "atri.kyomotoi.moe\n"
+ "进不去: project-atri-docs.vercel.app"
)
@staticmethod