-
Notifications
You must be signed in to change notification settings - Fork 1
/
teamarcades-nsfw.js
114 lines (91 loc) · 4.48 KB
/
teamarcades-nsfw.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
const axios = require("axios");
const origin = "https://nekobot.xyz";
const errmsg = "Do you need help? You can get help by visiting https://teamarcades.xyz/dc\n";
async function hentai() {
return await axios.get(origin + '/api/image?type=hentai').then(async a => await a.data.message).catch(err => console.error(errmsg + err))//eror verdirmek icindi o
} // Team Arcades Development
async function pussy() {
return await axios.get(origin + '/api/image?type=pussy').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function anal() {
return await axios.get(origin + '/api/image?type=anal').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function hanal() {
return await axios.get(origin + '/api/image?type=hanal').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function thigh() {
return await axios.get(origin + '/api/image?type=thigh').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function boobs() {
return await axios.get(origin + '/api/image?type=boobs').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function ass() {
return await axios.get(origin + '/api/image?type=ass').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function kanna() {
return await axios.get(origin + '/api/image?type=kanna').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function four() {
return await axios.get(origin + '/api/image?type=four').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function hthigh() {
return await axios.get(origin + '/api/image?type=hthigh').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function tentacle() {
return await axios.get(origin + '/api/image?type=tentacle').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function hboobs() {
return await axios.get(origin + '/api/image?type=hboobs').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function holo() {
return await axios.get(origin + '/api/image?type=holo').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function hass() {
return await axios.get(origin + '/api/image?type=hass').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function pgif() {
return await axios.get(origin + '/api/image?type=pgif').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function yaoi() {
return await axios.get(origin + '/api/image?type=yaoi').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function neko() {
return await axios.get(origin + '/api/image?type=neko').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function hneko() {
return await axios.get(origin + '/api/image?type=hneko').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function hkitsune() {
return await axios.get(origin + '/api/image?type=hkitsune').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function kemonomimi() {
return await axios.get(origin + '/api/image?type=kemonomimi').then(async a => await a.data.message).catch(err => console.error(errmsg + err))
} // Team Arcades Development
async function ping() {
let old = Date.now()
let hm = await require('axios').get(origin + '/api/image?type=hentai')
return await Date.now() - old
} // Team Arcades Development
module.exports = {
hentai,
ass,
pussy,
anal,
kanna,
four,
hanal,
boobs,
thigh,
tentacle,
hboobs,
holo,
hass,
pgif,
hthigh,
yaoi,
hneko,
neko,
hkitsune,
kemonomimi,
ping
}