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")){