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,6 +38,7 @@ class memerclubCommand extends Command {
|
|||
.then((response) => {
|
||||
return response.json();
|
||||
}).then((response) => {
|
||||
console.log(response);
|
||||
message.channel.send(`Go check your epic post!\nhttps://memerclub.gaminigti.me/post/${response.uuid}`)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue