Options
All
  • Public
  • Public/Protected
  • All
Menu

shiro.gg

Index

Functions

Const Avatar

  • Get a random avatar

    example
    shiro.Avatar().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    An avatar image

Const Avatars

  • Get a random avatar

    example
    shiro.Avatars().then(res => { 
        console.log(res)
    })
    

    Returns Promise<ImageResult>

    An avatar image

Const BDSM

  • Get a BDSM image or gif

    example
    shiro.BDSM().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A bdsm image or gif

Const Blush

  • Get an image / gif of blushing

    example
    shiro.Blush().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A blushing image or gif

Const Bondage

  • Get a bondage image or gif

    example
    shiro.Bondage().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A bondage image or gif

Const Cry

  • Get an image / gif of crying

    example
    shiro.Cry().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A crying gif

Const Hentai

  • Get a hentai image or gif

    example
    shiro.Hentai().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A hentai image or gif

Const Hug

  • Get a gif of hugging

    example
    shiro.Hug().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A hugging image / gif

Const Kiss

Const Lick

Const Neko

  • Get an image of neko / catgirl

    example
    shiro.Neko().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    An image of catgirl

Const Nom

Const Pat

Const Poke

Const Pout

Const Punch

  • Get a gif of punching

    example
    shiro.Punch().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A punching gif

Const Slap

Const Sleep

  • Get a gif of sleeping

    example
    shiro.Sleep().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A sleeping gif

Const Smug

Const Thigh

  • Get a Thigh image Thigh: Part of legs

    example
    shiro.Thigh().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A thigh image or gif

Const Thighs

  • Get a Thigh image Thigh: Part of legs

    example
    shiro.Thighs().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A thigh image or gif

Const Tickle

  • Get a gif of tickling

    example
    shiro.Tickle().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A tickling gif

Const Trap

  • Get a random image of a trap (Bot dressed as girl)

    example
    shiro.Trap().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    An image of a trap

Const Wallpaper

  • Get a random wallpaper

    example
    shiro.Wallpaper().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A wallpaper

Const Wallpapers

  • Get a random wallpaper

    example
    shiro.Wallpapers().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    A wallpaper

Const avatar

Const avatars

Const bdsm

Const blush

Const bondage

Const cry

Const hentai

Const hug

Const kiss

Const lick

Const neko

Const nom

Const pat

Const poke

Const pout

Const punch

Const slap

Const sleep

Const smug

Const thigh

Const thighs

Const tickle

Const trap

  • Get a random image of a trap (Bot dressed as girl)

    example
    shiro.trap().then(res => { 
        console.log(res) 
    })
    

    Returns Promise<ImageResult>

    An image of a trap

Const wallpaper

Const wallpapers

Generated using TypeDoc