-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathentrada.js
56 lines (40 loc) · 1.87 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*API.on(API.USER_JOIN, user => {
//if (user.id == "4080795")
// API.sendChat("/me Shaaadoso <3");
if (user.id == "5401598")
API.sendChat(`/me @${user.username} Musa do Plug e Rainha da Move It acaba de entrar na sala. :crown:`);
if (user.id == "13442483")
API.sendChat(`/me @${user.username} Musa do Plug e Rainha da Move It acaba de entrar na sala. :crown:`);
//if (user.id == "6511093")
// API.sendChat(`/me A mulher do xado @${user.username} acaba de entrar na sala. 🦉`);
//if (user.id == "18951868")
// API.sendChat(`/me Quem for diabético saia, porque o docinho @${user.username} chegou :yum: `);
if (user.id == "5765109")
API.sendChat(`/me O mais fofo da sala @${user.username} acaba de entrar. :crown:`);
if (user.id == "3851265")
API.sendChat(`/me @${user.username} "O IMPERDOÁVEL" acaba de entrar. :eggplant: `);
if (user.id == "22910219")
API.sendChat(`/me @${user.username} A anjinha da sala acaba de entrar 👼 `);
});*/
API.on(API.USER_JOIN, user => {
if (user.id == "4080795")
API.sendChat(`/me @${user.username} Shado :lennyface: `);
if (user.id == "3851265")
API.sendChat(`/me @${user.username} vim pra sabotar seu raciono `);
if (user.id == "4656127")
API.sendChat(`/me @${user.username} Rei `);
if (user.id == "5631973")
API.sendChat(`/me @${user.username} O MAIS CHATO DESSA PORRA CHEGOU!`);
if (user.id == "")
API.sendChat(`/me @${user.username} `);
if (user.id == "")
API.sendChat(`/me @${user.username} `);
if (user.id == "3742812")
API.sendChat(`/me @${user.username} Welcome Lord `);
if (user.id == "")
API.sendChat(`/me @${user.username} `);
if (user.id == "")
API.sendChat(`/me @${user.username} `);
if (user.id == "5671563")
API.sendChat(`/me @${user.username} :wave: Se abertinha já é abertinha, imagine abertinha??`);
});