mxsicxyz
Version:
An api wrapper for mxsicxyz for Discord JavaScript Bots
26 lines (25 loc) • 958 B
JavaScript
module.exports = {
base: "https://lewds.ga/v1/nsfw",
baseSafe: "https://lewds.ga/api/sfw",
endpoints: {
ass: "https://lewds.ga/v1/nsfw/ass",
futa: "https://lewds.ga/v1/nsfw/futa",
furgif: "https://lewds.ga/v1/nsfw/furgif",
furfuta: "https://lewds.ga/v1/nsfw/furfuta",
threed: "https://lewds.ga/v1/nsfw/3d",
boobs: "https://lewds.ga/v1/nsfw/boobs",
feet: "https://lewds.ga/v1/nsfw/feet",
gifs: "https://lewds.ga/v1/nsfw/gifs",
hboobs: "https://lewds.ga/v1/nsfw/hboobs",
hentai: "https://lewds.ga/v1/nsfw/hentai",
kink: "https://lewds.ga/v1/nsfw/kink",
thighs: "https://lewds.ga/v1/nsfw/thighs",
yuri: "https://lewds.ga/v1/nsfw/yuri",
milk: "https://lewds.ga/v1/nsfw/milk",
slime: "https://lewds.ga/v1/nsfw/slime",
trap: "https://lewds.ga/v1/nsfw/trap",
kiss: "https://lewds.ga/api/sfw/kiss",
pantsu: "https://lewds.ga/api/sfw/pantsu",
pat: "https://lewds.ga/api/sfw/pat"
}
}