diff --git a/src/renderCard.tsx b/src/renderCard.tsx index 8b01bc2..e39f2ea 100644 --- a/src/renderCard.tsx +++ b/src/renderCard.tsx @@ -255,8 +255,8 @@ const renderCard = async (body: LanyardTypes.Root, params: Parameters): Promise< line-height: 0.5rem; ">
LISTENING NOW...
-${body.data.spotify.song}
-By ${body.data.spotify.artist.replaceAll(";", ",")}
+${body.data.spotify.song.replace(/\&/g, "and")}
+By ${body.data.spotify.artist.replace(/\;/g, ",")}
`