Update main.js
This commit is contained in:
parent
1264016cb2
commit
7d9c4bf3c1
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -72,6 +72,7 @@ client.on('message', message => {
|
|||
|
||||
yes = false;
|
||||
}
|
||||
*/
|
||||
else if (msg.startsWith("how ye") && message.author.bot === false) {
|
||||
let randomNum = Math.floor(Math.random() * 5);
|
||||
var responses = ["Not bad, how yee?", "MOOdy", "A bit sad 😢", "Good, how yee?", "I'm fine, how yee?"];
|
||||
|
@ -80,7 +81,6 @@ client.on('message', message => {
|
|||
else if (msg.startsWith("tylko jedno")) {
|
||||
message.channel.send("Koksu pięć gram odlecieć sam");
|
||||
}
|
||||
*/
|
||||
});
|
||||
|
||||
client.login(process.env.token);
|
Loading…
Reference in a new issue