diff options
author | Kyomotoi <[email protected]> | 2020-07-08 09:41:22 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-07-08 09:41:22 +0800 |
commit | a09521261793bf3570c4c3dbe36c4a04ed0dcf9d (patch) | |
tree | 845ae8b08231f0a74196e85d11551c582733a777 /AyaBot/plugins | |
parent | b0a06fdab7ef5478bff0fda3a5123f8f4725793a (diff) | |
download | ATRI-a09521261793bf3570c4c3dbe36c4a04ed0dcf9d.tar.gz ATRI-a09521261793bf3570c4c3dbe36c4a04ed0dcf9d.tar.bz2 ATRI-a09521261793bf3570c4c3dbe36c4a04ed0dcf9d.zip |
Update setu.py
Diffstat (limited to 'AyaBot/plugins')
-rw-r--r-- | AyaBot/plugins/setu.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AyaBot/plugins/setu.py b/AyaBot/plugins/setu.py index e51e578..8d8f415 100644 --- a/AyaBot/plugins/setu.py +++ b/AyaBot/plugins/setu.py @@ -44,12 +44,12 @@ async def _(session: CommandSession): await session.send('完成') else: await session.send('恁哪位?') - + @on_command('hphoto', aliases=['涩图', '涩图来!', '涩图来', '图来', '开冲', '来点好康的', '来丶好康的', '车来'], only_to_me=False) async def _(session: CommandSession): if hphoto_switch: - + url = 'https://api.lolicon.app/setu/' apikey = bot.config.LOLICONAPI values = { |