This commit is contained in:
loicbersier 2020-06-22 15:30:23 +02:00
parent 5cd3bdc1b2
commit 65d3fdf3b0

View file

@ -38,6 +38,7 @@ class memerclubCommand extends Command {
.then((response) => { .then((response) => {
return response.json(); return response.json();
}).then((response) => { }).then((response) => {
console.log(response);
message.channel.send(`Go check your epic post!\nhttps://memerclub.gaminigti.me/post/${response.uuid}`) message.channel.send(`Go check your epic post!\nhttps://memerclub.gaminigti.me/post/${response.uuid}`)
}); });
} }