diff --git a/main.js b/main.js index 4cf71b1..be2f5a9 100644 --- a/main.js +++ b/main.js @@ -43,7 +43,7 @@ client.on('message', message => { linkNo++; } - if (msg.startsWith("henlo") && message.author.bot == false) { + /*if (msg.startsWith("henlo") && message.author.bot == false) { var emojis = ["🥰", "🐄", "🐮", "❤️", "👋", "🤠", "😊"]; let randomNum = Math.floor(Math.random() * 7); message.channel.send("Henlooo " + message.author.username + " " + emojis[randomNum]); @@ -80,7 +80,7 @@ client.on('message', message => { else if (msg.startsWith("tylko jedno")) { message.channel.send("Koksu pięć gram odlecieć sam"); } - +*/ }); client.login(process.env.token); \ No newline at end of file