Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
多羅狼 2023-06-14 22:16:17 +08:00 committed by GitHub
parent 7ea352fb34
commit fb2cfb5296
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,8 +37,8 @@ async def search(msg: Bot.MessageSession, keyword: str):
if len(result['result']['songs']) > 10:
send_msg += '\n' + msg.locale.t('ncmusic.message.search.collapse')
img = await msgchain2image(send_msg)
await msg.finish(Image(img))
img = await msgchain2image([Plain(send_msg)])
await msg.finish([Image(img)])