userinfo: ; to , in spotify state
This commit is contained in:
parent
4a39ba26e8
commit
94968141ff
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ userinfo.callback = async function (msg, line) {
|
||||||
ActivityTypeNames[activity.type]
|
ActivityTypeNames[activity.type]
|
||||||
} **${
|
} **${
|
||||||
activity.name === "Spotify"
|
activity.name === "Spotify"
|
||||||
? `[${activity.state}](https://open.spotify.com/track/${activity.sync_id})`
|
? `[${activity.state.replaceAll("; ", ", ")}](https://open.spotify.com/track/${activity.sync_id})`
|
||||||
: activity.name
|
: activity.name
|
||||||
}**`.trim()
|
}**`.trim()
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue