diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js
index 57e4c573..c7c1aceb 100644
--- a/commands/fun/ytp.js
+++ b/commands/fun/ytp.js
@@ -201,7 +201,7 @@ class ytpCommand extends Command {
 								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);
 						}