Skip to content

Commit

Permalink
Update song_card.py
Browse files Browse the repository at this point in the history
fix #32
  • Loading branch information
lgc2333 authored Sep 20, 2024
1 parent 5824d76 commit 5d4f37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nonebot_plugin_multincm/interaction/message/song_card.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ async def send_song_card_msg(song: BaseSong):
url=info.url,
thumbnail=info.cover_url,
audio=info.playable_url,
brief=info.display_artists,
summary=info.display_artists,
),
).send(fallback=False)

0 comments on commit 5d4f37a

Please sign in to comment.