ACTUALLY fix the link

This commit is contained in:
loicbersier 2020-06-22 15:32:08 +02:00
parent b60b6dcea7
commit ac8ee01ca8

View file

@ -39,7 +39,7 @@ class memerclubCommand extends Command {
return response.json();
}).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.gamingti.me/post/${response.uuid}`)
});
}
}