forked from Supositware/Haha-Yes
Fix url
This commit is contained in:
parent
5cd3bdc1b2
commit
65d3fdf3b0
1 changed files with 3 additions and 2 deletions
|
@ -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}`)
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue