diff --git a/commands/fun/vidshittyfier.js b/commands/fun/vidshittyfier.js
index 1eb8d4cf..0c07a551 100644
--- a/commands/fun/vidshittyfier.js
+++ b/commands/fun/vidshittyfier.js
@@ -33,8 +33,8 @@ class vidshittyfierCommand extends Command {
 
 	async exec(message, args) {
 		let vid;
-		if (args.vid)
-			vid = args.vid.href;
+		if (args.link)
+			vid = args.link.href;
 		else
 			vid = await attachment(message);