From 34ba4b801f2cda8c68d77c81c16d49ab21739011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Fri, 28 Oct 2022 22:11:58 +0300 Subject: [PATCH] Add more puns Co-authored-by: Zicklag --- index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.js b/index.js index 1fd0d40..1f98736 100644 --- a/index.js +++ b/index.js @@ -22,7 +22,12 @@ const quotes = [ "Let’s just clam down shell we.", "Holy shrimp! This scampi happening.", "The new squid on the block.", + "This is sardine to get ridiculous.", "I’m so angry I could krill someone.", + "You've got to be squidding me.", + "Squid it already, will ya!", + "Oh bouy, these are starting to get a little finicky", + "I'm sorry, I can't kelp it!", "Too many fish puns. We should scale back." ] document.getElementById("quote").innerHTML = quotes[randomNumber(0, quotes.length)];