Archived
1
0
Fork 0

Update __init__.py

This commit is contained in:
yzhh 2023-06-10 12:24:57 +08:00
parent 42a2bedb06
commit 2af7879ca0

View file

@ -245,7 +245,6 @@ async def _(message: Bot.MessageSession, sid: str, diff: str = None):
touch=chart['notes'][3], touch=chart['notes'][3],
_break=chart['notes'][4], _break=chart['notes'][4],
charter=chart['charter']) charter=chart['charter'])
await download_to_cache(file)
await message.sendMessage( await message.sendMessage(
[Plain(f"{music['id']} {music['title']} {' (DX)' if music['type'] == 'DX' else ''}\n"), [Plain(f"{music['id']} {music['title']} {' (DX)' if music['type'] == 'DX' else ''}\n"),
BImage(f"{file}"), Plain(msg)]) BImage(f"{file}"), Plain(msg)])