diff --git a/commands/fun/despacito.js b/commands/fun/despacito.js index 75555fec..3f6ef13b 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 = 2; + const number = 4; const vidNumber = Math.floor (Math.random() * (number - 1 + 1)) + 1; message.channel.send(responseObject[vidNumber]); } diff --git a/randVid.json b/randVid.json index 0c10b7e0..a1411c11 100644 --- a/randVid.json +++ b/randVid.json @@ -1,5 +1,6 @@ { "1": "https://twitter.com/i/status/1037932315727618048", "2": "https://www.youtube.com/watch?v=W3GrSMYbkBE", - "3": "https://www.youtube.com/watch?v=OuzRcfWyurE" + "3": "https://www.youtube.com/watch?v=OuzRcfWyurE", + "4": "https://www.youtube.com/watch?v=IejjQzExNM4" } \ No newline at end of file