fix(notif): Remove extra newlines from Telegram notifications (#973)

pull/988/head
TheCatLady 3 years ago committed by GitHub
parent 139341b043
commit bbea522499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -78,7 +78,7 @@ class TelegramAgent
message += `\*Now Available\*`;
message += `\n\n\*${title}\*`;
if (plot) {
message += `\n${plot}\n\n`;
message += `\n${plot}`;
}
message += `\n\n\*Requested By\*\n${user}`;
message += `\n\n\*Status\*\nAvailable`;

Loading…
Cancel
Save