コード例 #1
0
ファイル: nsfw.py プロジェクト: 4amparaboy/Keiko
def hololewd(bot: Bot, update: Update):
    msg = update.effective_message
    target = 'hololewd'
    msg.reply_photo(nekos.img(target))
コード例 #2
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def hentai(update, context):
    update.message.reply_photo(nekos.img("hentai"))
コード例 #3
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def holo(update, context):
    update.message.reply_photo(nekos.img("holo"))
コード例 #4
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def nekonsfw(update, context):
    update.message.reply_video(nekos.img("nsfw_neko_gif"))
コード例 #5
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def pokeg(update, context):
    update.message.reply_video(nekos.img("poke"))
コード例 #6
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def eroyuri(update, context):
    update.message.reply_photo(nekos.img("eroyuri"))
コード例 #7
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def bjgif(update, context):
    update.message.reply_video(nekos.img("bj"))
コード例 #8
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def futanari(update, context):
    update.message.reply_photo(nekos.img("futanari"))
コード例 #9
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def solog(update, context):
    update.message.reply_video(nekos.img("solog"))
コード例 #10
0
ファイル: nsfw.py プロジェクト: 4amparaboy/Keiko
def wallpaper(bot: Bot, update: Update):
    msg = update.effective_message
    target = 'wallpaper'
    msg.reply_photo(nekos.img(target))
コード例 #11
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def trap(update, context):
    update.message.reply_photo(nekos.img("trap"))
コード例 #12
0
ファイル: nsfw.py プロジェクト: 4amparaboy/Keiko
def lesbian(bot: Bot, update: Update):
    msg = update.effective_message
    target = 'les'
    msg.reply_video(nekos.img(target))
コード例 #13
0
ファイル: nsfw.py プロジェクト: 4amparaboy/Keiko
def erokemo(bot: Bot, update: Update):
    msg = update.effective_message
    target = 'erokemo'
    msg.reply_photo(nekos.img(target))
コード例 #14
0
ファイル: nsfw.py プロジェクト: 4amparaboy/Keiko
def cumgif(bot: Bot, update: Update):
    msg = update.effective_message
    target = 'cum'
    msg.reply_video(nekos.img(target))
コード例 #15
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def lewd(update, context):
    update.message.reply_photo(nekos.img("lewd"))
コード例 #16
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def feetg(update, context):
    update.message.reply_video(nekos.img("feetg"))
コード例 #17
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def feed(update, context):
    update.message.reply_photo(nekos.img("feed"))
コード例 #18
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def cumg(update, context):
    update.message.reply_video(nekos.img("cum"))
コード例 #19
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def cum(update, context):
    update.message.reply_photo(nekos.img("cum_jpg"))
コード例 #20
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def erokemo(update, context):
    update.message.reply_photo(nekos.img("erokemo"))
コード例 #21
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def bj(update, context):
    update.message.reply_photo(nekos.img("b*****b"))
コード例 #22
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def lesbian(update, context):
    update.message.reply_photo(nekos.img("les"))
コード例 #23
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def kemonomimi(update, context):
    update.message.reply_photo(nekos.img("kemonomimi"))
コード例 #24
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def wallpaper(update, context):
    update.message.reply_document(nekos.img("wallpaper"))
コード例 #25
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def analg(update, context):
    update.message.reply_video(nekos.img("anal"))
コード例 #26
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def ngif(update, context):
    update.message.reply_video(nekos.img("ngif"))
コード例 #27
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def erofeet(update, context):
    update.message.reply_photo(nekos.img("erofeet"))
コード例 #28
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def tickle(update, context):
    update.message.reply_photo(nekos.img("tickle"))
コード例 #29
0
ファイル: hentai.py プロジェクト: Keys-007/Hackfreaks
def pussyg(update, context):
    update.message.reply_video(nekos.img("pussy"))
コード例 #30
0
ファイル: nsfw.py プロジェクト: 4amparaboy/Keiko
def futanari(bot: Bot, update: Update):
    msg = update.effective_message
    target = 'futanari'
    msg.reply_photo(nekos.img(target))