summaryrefslogtreecommitdiff
path: root/AyaBot/plugins
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2020-07-16 12:59:52 +0800
committerGitHub <[email protected]>2020-07-16 12:59:52 +0800
commitf88332ad6e8c7a21640d15112f3ea7a578ff9655 (patch)
treecd291beda5e787a4d1d924e7ee16341e9562ede6 /AyaBot/plugins
parent355eb130546c644ec2ab4d33aad1882f795cc275 (diff)
downloadATRI-f88332ad6e8c7a21640d15112f3ea7a578ff9655.tar.gz
ATRI-f88332ad6e8c7a21640d15112f3ea7a578ff9655.tar.bz2
ATRI-f88332ad6e8c7a21640d15112f3ea7a578ff9655.zip
Update other.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r--AyaBot/plugins/other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/AyaBot/plugins/other.py b/AyaBot/plugins/other.py
index 4c1aa9d..a2933e9 100644
--- a/AyaBot/plugins/other.py
+++ b/AyaBot/plugins/other.py
@@ -8,7 +8,7 @@ bot = nonebot.get_bot()
@on_command('关于', aliases=['关于', '关于机器人'], only_to_me=False)
async def _(session: CommandSession):
- await session.send('阿?想了解咱?\n写出咱的是Kyomotoi~\n他的主页:https://lolihub.icu\n项目地址:https://github.com/Kyomotoi/Aya')
+ await session.send('阿?想了解咱?\n写出咱的是Kyomotoi~\n他的主页:https://lolihub.icu\n项目地址:https://github.com/Kyomotoi/ATRI')
@on_command('帮助', aliases=['帮助', '食用方法'], only_to_me=False)
async def _(session: CommandSession):