-
Notifications
You must be signed in to change notification settings - Fork 0
/
entrada.js
34 lines (24 loc) · 1.12 KB
/
entrada.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
API.on(API.USER_JOIN, user => {
if (user.id == "4080795")
API.sendChat(`/me @${user.username} <3`);
if (user.id == "")
API.sendChat(`/me @${user.username} `);
if (user.id == "5039941")
API.sendChat(`/me @${user.username} O ceifeiro do ban acaba de adentrar no buteco!`);
if (user.id == "631725")
API.sendChat(`/me @${user.username} O Pessimista, acabou de chegar!`);
if (user.id == "5671563")
API.sendChat(`/me @${user.username} :wave: Se abertinha já é abertinha, imagine abertinha??`);
if (user.id == "")
API.sendChat(`/me @${user.username} `);
if (user.id == "20472203")
API.sendChat(`/me @${user.username} a mais amorzinha da sala chegou! 💋`);
if (user.id == "3742812")
API.sendChat(`/me @${user.username} Welcome Lord`);
if (user.id == "21759495")
API.sendChat(`/me @${user.username} The King Of The Kings`);
if (user.id == "3180606")
API.sendChat(`/me @${user.username} Ranger vermelho chegou, e mofou. Quer dizer... morfou. ;)`);
if (user.id == "")
API.sendChat(`/me @${user.username} `);
});