diff options
author | Kyomotoi <[email protected]> | 2020-07-16 12:59:52 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-16 12:59:52 +0800 |
commit | f88332ad6e8c7a21640d15112f3ea7a578ff9655 (patch) | |
tree | cd291beda5e787a4d1d924e7ee16341e9562ede6 /AyaBot/plugins | |
parent | 355eb130546c644ec2ab4d33aad1882f795cc275 (diff) | |
download | ATRI-f88332ad6e8c7a21640d15112f3ea7a578ff9655.tar.gz ATRI-f88332ad6e8c7a21640d15112f3ea7a578ff9655.tar.bz2 ATRI-f88332ad6e8c7a21640d15112f3ea7a578ff9655.zip |
Update other.py
Diffstat (limited to 'AyaBot/plugins')
-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): |