mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 12:55:38 +00:00
commit
6075ab2b9e
@ -282,7 +282,7 @@
|
||||
},
|
||||
{
|
||||
"name": "neteasemusic",
|
||||
"version": "1.9",
|
||||
"version": "2.0",
|
||||
"section": "daily",
|
||||
"maintainer": "TNTcraftHIM",
|
||||
"size": "22.6 kb",
|
||||
|
@ -389,7 +389,7 @@ async def nem(context):
|
||||
caption=cap,
|
||||
link_preview=False,
|
||||
force_document=False,
|
||||
attributes=(DocumentAttributeAudio(0),)
|
||||
attributes=(DocumentAttributeAudio(0, False, info['title'], info['artist']),)
|
||||
)
|
||||
try:
|
||||
if reply.sender.is_self:
|
||||
|
Loading…
Reference in New Issue
Block a user