mirror of
https://github.com/TeamPGM/PagerMaid_Plugins.git
synced 2024-11-22 02:35:34 +00:00
小bug修复
This commit is contained in:
parent
68b0195117
commit
369784be24
@ -282,7 +282,7 @@
|
||||
},
|
||||
{
|
||||
"name": "neteasemusic",
|
||||
"version": "1.7",
|
||||
"version": "1.8",
|
||||
"section": "daily",
|
||||
"maintainer": "TNTcraftHIM",
|
||||
"size": "22.5 kb",
|
||||
|
@ -379,7 +379,7 @@ async def nem(context):
|
||||
br = "#" + str(eyed3.mp3.Mp3AudioFile(name).info.bit_rate[1]) + "kbps "
|
||||
alias = ""
|
||||
if info['alias']:
|
||||
alias = "\n\n__" + info['alias'][0].replace(" ","__") + "__"
|
||||
alias = "\n\n__" + info['alias'][0] + "__"
|
||||
cap += "\n#NeteaseMusic " + br + alias
|
||||
await context.edit(f"{title}上传中 . . .")
|
||||
await context.client.send_file(
|
||||
|
Loading…
Reference in New Issue
Block a user