Update main.js

This commit is contained in:
ZyLacx 2021-12-19 19:03:23 +01:00
parent 55b7669756
commit a589412d39

View file

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