animebot.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:animebot 作者: EV3REST 项目源码 文件源码
def text(bot, update):
    if update.message.text == "Anime": #Keyboard handler
        anime(bot, update, chat_id=update.message.chat_id)
    elif update.message.text == "Hentai (18+)":
        hentai(bot, update, chat_id=update.message.chat_id)
    elif update.message.text == "Uncensored (18+)":
        uncensored(bot, update, chat_id=update.message.chat_id)
    elif update.message.text == "Yuri (18+)":
        yuri(bot, update, chat_id=update.message.chat_id)
    elif update.message.text == "Loli (18+)":
        loli(bot, update, chat_id=update.message.chat_id)
    elif update.message.text == "Ecchi":
        ecchi(bot, update, chat_id=update.message.chat_id)
    elif update.message.text == "Neko":
        neko(bot, update, chat_id=update.message.chat_id)
    elif update.message.text == "Wallpaper":
        wallpaper(bot, update, chat_id=update.message.chat_id)
    else:
        pass
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号