From 7a75d7b9a01d6367e4834b2818de54539bf77194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Bersier?= Date: Sat, 8 Sep 2018 20:42:58 +0200 Subject: [PATCH] added vid --- commands/fun/despacito.js | 2 +- randVid.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commands/fun/despacito.js b/commands/fun/despacito.js index 3f6ef13..00b66a5 100644 --- a/commands/fun/despacito.js +++ b/commands/fun/despacito.js @@ -11,7 +11,7 @@ module.exports = class DespacitoCommand extends Command { } run(message) { - const number = 4; + const number = 5; const vidNumber = Math.floor (Math.random() * (number - 1 + 1)) + 1; message.channel.send(responseObject[vidNumber]); } diff --git a/randVid.json b/randVid.json index a1411c1..bacfc72 100644 --- a/randVid.json +++ b/randVid.json @@ -2,5 +2,6 @@ "1": "https://twitter.com/i/status/1037932315727618048", "2": "https://www.youtube.com/watch?v=W3GrSMYbkBE", "3": "https://www.youtube.com/watch?v=OuzRcfWyurE", - "4": "https://www.youtube.com/watch?v=IejjQzExNM4" + "4": "https://www.youtube.com/watch?v=IejjQzExNM4", + "5": "https://www.youtube.com/watch?v=zUAtDlAoaac" } \ No newline at end of file