Update main.js

This commit is contained in:
ZyLacx 2020-10-31 14:06:32 +01:00
parent d5a87a642f
commit 811eb30283

View file

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