Update main.js
This commit is contained in:
parent
55b7669756
commit
a589412d39
1 changed files with 8 additions and 0 deletions
8
main.js
8
main.js
|
@ -148,4 +148,12 @@ function RNG(max){
|
||||||
return Math.floor(Math.random() * max)
|
return Math.floor(Math.random() * max)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// narodeniny?
|
||||||
|
// vianoce, novy rok a tak
|
||||||
|
// .say s vymazanim
|
||||||
|
// vymaz hug @mention
|
||||||
|
// hug cez tenor
|
||||||
|
// headpat cez tenor
|
||||||
|
// .gif
|
||||||
client.login(process.env.token)
|
client.login(process.env.token)
|
||||||
|
|
Loading…
Reference in a new issue