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

This commit is contained in:
TheCatLady
2021-02-20 10:40:50 -05:00
committed by GitHub
parent 139341b043
commit bbea522499

View File

@@ -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`;