diff options
-rw-r--r-- | AyaBot/plugins/other.py | 2 |
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): |