diff --git a/commands/general/memerclub.js b/commands/general/memerclub.js index 9c68cac5..ee28d8dc 100644 --- a/commands/general/memerclub.js +++ b/commands/general/memerclub.js @@ -38,8 +38,9 @@ class memerclubCommand extends Command { .then((response) => { return response.json(); }).then((response) => { - message.channel.send(`Go check your epic post!\nhttps://memerclub.gaminigti.me/post/${response.uuid}`) - }); + console.log(response); + message.channel.send(`Go check your epic post!\nhttps://memerclub.gaminigti.me/post/${response.uuid}`) + }); } }