From 811eb30283c5d8df2a45a3e616a74d7b0e5575ca Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Sat, 31 Oct 2020 14:06:32 +0100 Subject: [PATCH] Update main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index ee74d89..c915fc9 100644 --- a/main.js +++ b/main.js @@ -67,7 +67,7 @@ client.on('message', message => { } else if (msg.startsWith("how ye") && message.author.bot === false){ let randomNum = Math.floor(Math.random() * 5); - var responses = ["Not bad, how yee?", "MOOdie", "A bit sad 😢", "Good, how yee?", "I'm fine, how yee?"]; + var responses = ["Not bad, how yee?", "MOOdy", "A bit sad 😢", "Good, how yee?", "I'm fine, how yee?"]; message.channel.send(responses[randomNum]); } else if (msg.startsWith("tylko jedno")){