示例#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
def hentai(update, context):
    update.message.reply_photo(nekos.img("hentai"))
示例#3
0
def holo(update, context):
    update.message.reply_photo(nekos.img("holo"))
示例#4
0
def nekonsfw(update, context):
    update.message.reply_video(nekos.img("nsfw_neko_gif"))
示例#5
0
def pokeg(update, context):
    update.message.reply_video(nekos.img("poke"))
示例#6
0
def eroyuri(update, context):
    update.message.reply_photo(nekos.img("eroyuri"))
示例#7
0
def bjgif(update, context):
    update.message.reply_video(nekos.img("bj"))
示例#8
0
def futanari(update, context):
    update.message.reply_photo(nekos.img("futanari"))
示例#9
0
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
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
def lewd(update, context):
    update.message.reply_photo(nekos.img("lewd"))
示例#16
0
def feetg(update, context):
    update.message.reply_video(nekos.img("feetg"))
示例#17
0
def feed(update, context):
    update.message.reply_photo(nekos.img("feed"))
示例#18
0
def cumg(update, context):
    update.message.reply_video(nekos.img("cum"))
示例#19
0
def cum(update, context):
    update.message.reply_photo(nekos.img("cum_jpg"))
示例#20
0
def erokemo(update, context):
    update.message.reply_photo(nekos.img("erokemo"))
示例#21
0
def bj(update, context):
    update.message.reply_photo(nekos.img("b*****b"))
示例#22
0
def lesbian(update, context):
    update.message.reply_photo(nekos.img("les"))
示例#23
0
def kemonomimi(update, context):
    update.message.reply_photo(nekos.img("kemonomimi"))
示例#24
0
def wallpaper(update, context):
    update.message.reply_document(nekos.img("wallpaper"))
示例#25
0
def analg(update, context):
    update.message.reply_video(nekos.img("anal"))
示例#26
0
def ngif(update, context):
    update.message.reply_video(nekos.img("ngif"))
示例#27
0
def erofeet(update, context):
    update.message.reply_photo(nekos.img("erofeet"))
示例#28
0
def tickle(update, context):
    update.message.reply_photo(nekos.img("tickle"))
示例#29
0
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))