Update main.js
This commit is contained in:
parent
6924fa2f0f
commit
36f658a19d
1 changed files with 2 additions and 2 deletions
4
main.js
4
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);
|
Loading…
Reference in a new issue