diff options
author | Kyomotoi <[email protected]> | 2020-08-11 00:19:07 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-11 00:19:07 +0800 |
commit | b706246f806c1e46e7bf6d1166039722f2de50fb (patch) | |
tree | ff431bfbddad3929621244ee7aa0fd5250c4f88d /ATRI | |
parent | 892ae018b1b9ab52f3ee4b751893d70bd81ea777 (diff) | |
download | ATRI-b706246f806c1e46e7bf6d1166039722f2de50fb.tar.gz ATRI-b706246f806c1e46e7bf6d1166039722f2de50fb.tar.bz2 ATRI-b706246f806c1e46e7bf6d1166039722f2de50fb.zip |
[Update]
Diffstat (limited to 'ATRI')
-rw-r--r-- | ATRI/plugins/other.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ATRI/plugins/other.py b/ATRI/plugins/other.py index 9ad7266..457381d 100644 --- a/ATRI/plugins/other.py +++ b/ATRI/plugins/other.py @@ -113,7 +113,7 @@ async def _(session: CommandSession): await session.send( f"""想了解ATRI嘛 写出咱的是Kyomotoi -他的主页:https://blog.lolihub.icu +他的主页:https://blog.lolihub.icu/ 项目地址:https://github.com/Kyomotoi/ATRI 欢迎star~w!""" ) @@ -132,7 +132,7 @@ async def _(session: CommandSession): f"""{render_expression(HELP_REPLY)} 发送:菜单 或看这吧! -https://lolihub.icu/#/robot/user""" +https://blog.lolihub.icu/#/ATRI/user""" ) @on_command( |