From 4c64b68d5c02b960f988b893c223718161182436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sat, 28 Jan 2023 13:04:50 +0100 Subject: [PATCH] Improve punctuation in URL filename instructions --- bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.ts b/bot.ts index 859ad2b..20b42cb 100644 --- a/bot.ts +++ b/bot.ts @@ -161,7 +161,7 @@ export const bot: ApplicationFunction = (app) => { if (urlFilenameEntries.length > 0) { successText = ''; reviewEvent = 'REQUEST_CHANGES'; - urlEntriesToRenameText = `### ⚠️ It looks like you've tried pasting playlist URL(s) for certain entries.\nBefore you try again, you'll have to remove the \`https:\` folder. If you don't know how to grab a playlist ID from a link, use [this tool](https://spotifyplaylistarchive.com/get-playlist-id).`; + urlEntriesToRenameText = `### ⚠️ It looks like you've tried pasting playlist URLs for certain entries\nBefore you try again, you'll have to remove the \`https:\` folder. If you don't know how to grab a playlist ID from a link, use [this tool](https://spotifyplaylistarchive.com/get-playlist-id).`; } let notFoundText = '';