Update main.js
This commit is contained in:
parent
d5a87a642f
commit
811eb30283
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -67,7 +67,7 @@ client.on('message', message => {
|
||||||
}
|
}
|
||||||
else if (msg.startsWith("how ye") && message.author.bot === false){
|
else if (msg.startsWith("how ye") && message.author.bot === false){
|
||||||
let randomNum = Math.floor(Math.random() * 5);
|
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]);
|
message.channel.send(responses[randomNum]);
|
||||||
}
|
}
|
||||||
else if (msg.startsWith("tylko jedno")){
|
else if (msg.startsWith("tylko jedno")){
|
||||||
|
|
Loading…
Reference in a new issue