コード例 #1
0
ファイル: bot.py プロジェクト: alexkhudyshkin/ddsCrewBot
def media_caption(message):
    if message.caption is not None:
        if message.caption.find('/nsfw') != -1:
            utils.nsfw_print(message.chat.id, bot)
        elif message.caption.startswith('/meme_add'):
            utils.meme_add_processing(message, message.content_type, bot)
コード例 #2
0
ファイル: bot.py プロジェクト: alexkhudyshkin/ddsCrewBot
def nsfw(message):
    utils.nsfw_print(message.chat.id, bot)