diff --git a/commands/general/memerclub.js b/commands/general/memerclub.js index 0ef5f051..96d148fb 100644 --- a/commands/general/memerclub.js +++ b/commands/general/memerclub.js @@ -39,6 +39,7 @@ class memerclubCommand extends Command { return response.json(); }).then((response) => { console.log(response); + if (response.error) return message.channel.send(response.error); message.channel.send(`Go check your epic post!\nhttps://memerclub.gamingti.me/post/${response.uuid}`) }); }