From d47d90a844f735266e8f12a478c11ebd4a7d67a9 Mon Sep 17 00:00:00 2001 From: Alex Brow Date: Sun, 23 Feb 2020 23:42:19 -0500 Subject: [PATCH] oh im retarted --- src/index.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index 602b036..08f8d12 100755 --- a/src/index.js +++ b/src/index.js @@ -272,7 +272,7 @@ client.on("message", async message => { }; if (command === "quote") { min = Math.ceil(0); - max = Math.floor(13); + max = Math.floor(19); // Quote format ' quote stuff like egg eegg egg mommmmy' let quotes = [ ' Im a segregationist', @@ -283,11 +283,17 @@ client.on("message", async message => { '<75021> did you ever hear the tragedy of darth plagueis the wise?', ' if thicc thighs save lives, there\'s no wonder you\'re a lifeguard.', ' hello all put the best of your best quotes into this channel for consideration to be put as quotes into the bot. Thanks!', - ' I am *litterally* shitting myself', + ' I am *literally* shiting myself', ' What\'s the Asian president\nJim\nSomething\nJim Chang', ' i forgot', ' Asia is a continent', - ' https://cdn.discordapp.com/attachments/514252476837396494/681340502297149523/Jim_chang_backstory.png' + ' https://cdn.discordapp.com/attachments/514252476837396494/681340502297149523/Jim_chang_backstory.png', + ' Long Live the Philippines!', + ' meow', + ' I support jihad', + ' That guy is not just a tool, he\'s the entire home depot.', + ' we have a log you daft idiot', + ' I\'m trying to learn how to make a car bomb and get it past the isreali border\n Okay boomer' ] let number = Math.floor(Math.random() * (max - min) + min) //The maximum is exclusive and the minimum is inclusive return message.channel.send(quotes[number])