akairo
loicbersier 4 years ago
parent 5cd3bdc1b2
commit 65d3fdf3b0

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

Loading…
Cancel
Save