Update main.js

This commit is contained in:
ZyLacx 2020-11-04 17:54:16 +01:00
parent 1264016cb2
commit 7d9c4bf3c1

View file

@ -72,6 +72,7 @@ client.on('message', message => {
yes = false; yes = false;
} }
*/
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?", "MOOdy", "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?"];
@ -80,7 +81,6 @@ client.on('message', message => {
else if (msg.startsWith("tylko jedno")) { else if (msg.startsWith("tylko jedno")) {
message.channel.send("Koksu pięć gram odlecieć sam"); message.channel.send("Koksu pięć gram odlecieć sam");
} }
*/
}); });
client.login(process.env.token); client.login(process.env.token);