diff --git a/commands/fun/reddit.js b/commands/fun/reddit.js
index 8db8353..dbd373f 100644
--- a/commands/fun/reddit.js
+++ b/commands/fun/reddit.js
@@ -26,9 +26,7 @@ module.exports = class RandoCatCommand extends Command {
         while (body.data.children[i].data.post_hint !== 'image') {
             i = Math.floor((Math.random() * 10) + 1);
         }
-            if (body.data.children[i].data.crosspost_parent_list == true) {
-                return message.say('test')
-            }else if (body.data.children[i].data.over_18 == true) {
+            if (body.data.children[i].data.over_18 == true) {
                 return message.say("No nsfw")
             } 
             const dogEmbed = new Discord.RichEmbed()