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

View file

@ -38,8 +38,9 @@ class memerclubCommand extends Command {
.then((response) => { .then((response) => {
return response.json(); return response.json();
}).then((response) => { }).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}`)
});
} }
} }