From 16ea7c3b1a4d655875594c132c50cab72cec1e22 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Sun, 20 Jun 2021 11:46:28 +0100 Subject: [PATCH] Remove semicolon and replace it with , --- src/renderCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderCard.tsx b/src/renderCard.tsx index a79eed0..8b01bc2 100644 --- a/src/renderCard.tsx +++ b/src/renderCard.tsx @@ -256,7 +256,7 @@ const renderCard = async (body: LanyardTypes.Root, params: Parameters): Promise< ">

LISTENING NOW...

${body.data.spotify.song}

-

${body.data.spotify.artist}

+

By ${body.data.spotify.artist.replaceAll(";", ",")}

`