Update __init__.py

This commit is contained in:
HibiKier 2021-05-21 10:09:14 +08:00 committed by GitHub
parent 663896d300
commit 92a2c1c6f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,6 +230,8 @@ async def _(bot: Bot, event: MessageEvent, state: T_State):
f" 发送 {index} 色图成功")
else:
return
if keyword.find(list(bot.config.nickname)[0]) != -1:
await setu.finish('咳咳咳,虽然我很可爱,但是我木有自己的色图~~~有的话记得发我一份呀')
urls, text_list, code = await get_setu_urls(keyword, num)
if code == 200:
for i in range(len(urls)):