diff --git a/libUtils.js b/libUtils.js index 0434a41..60226a6 100644 --- a/libUtils.js +++ b/libUtils.js @@ -89,6 +89,7 @@ exports.sendPost = (post, source, channel, callback) => { else if (postText.length === 0) postText = `*This post has no content* [Direct Link](${post.link})`; postContent = postText; } + else postText = `*This post has no content* [Direct Link](${post.link})`; // Check for embedded youtube videos and add the first four as links const ytVideos = String(post.content).match(youtubeVideoRegex);