From f88332ad6e8c7a21640d15112f3ea7a578ff9655 Mon Sep 17 00:00:00 2001 From: Kyomotoi <37587870+Kyomotoi@users.noreply.github.com> Date: Thu, 16 Jul 2020 12:59:52 +0800 Subject: Update other.py --- AyaBot/plugins/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AyaBot/plugins') 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): -- cgit v1.2.3