Improve punctuation in URL filename instructions

This commit is contained in:
Maciej Pędzich 2023-01-28 13:04:50 +01:00
parent 0d99a94b55
commit 4c64b68d5c

2
bot.ts
View File

@ -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 = '';