From ac8ee01ca815469ff3d1d8ee1b2a4b3a056c27ad Mon Sep 17 00:00:00 2001 From: loicbersier Date: Mon, 22 Jun 2020 15:32:08 +0200 Subject: [PATCH] ACTUALLY fix the link --- commands/general/memerclub.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/general/memerclub.js b/commands/general/memerclub.js index 740d707c..0ef5f051 100644 --- a/commands/general/memerclub.js +++ b/commands/general/memerclub.js @@ -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}`) }); } }