mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
Update __init__.py
This commit is contained in:
parent
663896d300
commit
92a2c1c6f6
@ -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)):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user