forked from Supositware/Haha-Yes
fix url
Signed-off-by: supositware <loic.bersier1@gmail.com>
This commit is contained in:
parent
e754e4e32c
commit
06e7a98784
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class ytpCommand extends Command {
|
||||||
return message.reply('Video too big.. Not adding.');
|
return message.reply('Video too big.. Not adding.');
|
||||||
}
|
}
|
||||||
|
|
||||||
const body = {hash: hash, link: args.link, messageID: message.id};
|
const body = {hash: hash, link: url, messageID: message.id};
|
||||||
await ytpHash.create(body);
|
await ytpHash.create(body);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue