summaryrefslogtreecommitdiff
path: root/ATRI/plugins/other.py
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-08-04 23:58:43 +0800
committerKyomotoi <[email protected]>2020-08-04 23:58:43 +0800
commit133616655fd7bf39f0eea422b5057612cb3cccaa (patch)
treeab8bfa229574aedac89f37a825cd06ca5a2a9b80 /ATRI/plugins/other.py
parent2607d289de37e535b6599532df4d2c41fc0b2358 (diff)
downloadATRI-133616655fd7bf39f0eea422b5057612cb3cccaa.tar.gz
ATRI-133616655fd7bf39f0eea422b5057612cb3cccaa.tar.bz2
ATRI-133616655fd7bf39f0eea422b5057612cb3cccaa.zip
[Fix] 修复数据库上传问题
Diffstat (limited to 'ATRI/plugins/other.py')
-rw-r--r--ATRI/plugins/other.py26
1 files changed, 20 insertions, 6 deletions
diff --git a/ATRI/plugins/other.py b/ATRI/plugins/other.py
index abecb18..088d793 100644
--- a/ATRI/plugins/other.py
+++ b/ATRI/plugins/other.py
@@ -72,10 +72,10 @@ async def _(session: CommandSession):
async def _(session: CommandSession):
await session.send(
f"""想了解ATRI嘛
- 写出咱的是Kyomotoi
- 他的主页:https://lolihub.icu
- 项目地址:https://github.com/Kyomotoi/ATRI
- 欢迎star~w!"""
+写出咱的是Kyomotoi
+他的主页:https://blog.lolihub.icu
+项目地址:https://github.com/Kyomotoi/ATRI
+欢迎star~w!"""
)
@on_command(
@@ -90,6 +90,20 @@ async def _(session: CommandSession):
async def _(session: CommandSession):
await session.send(
f"""{render_expression(HELP_REPLY)}
- 看这吧!
- https://lolihub.icu/#/robot/user"""
+发送:菜单
+或看这吧!
+https://lolihub.icu/#/robot/user"""
+ )
+
+@on_command(
+ 'menu',
+ aliases = [
+ '菜单'
+ ],
+ only_to_me = False
+)
+async def _(session: CommandSession):
+ await session.send(
+ f"""
+ """
) \ No newline at end of file