Update main.js

This commit is contained in:
ZyLacx 2020-11-04 17:52:24 +01:00
parent 6924fa2f0f
commit 36f658a19d

View file

@ -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);