dab.py 文件源码

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

项目:apex-sigma-core 作者: lu-ci 项目源码 文件源码
def dab(cmd, message, args):
    faces = [
        ' ( ?-? )', '( ?_? )', '????', '( ?-? )', '????)',
        '(???’)', '???', '?????', '???', '?(O_O?)', '?_?',
        '?_?', '?_?', '?_?', '???', '???', '?', '??', '?_??',
        '??_??', '(¬_¬)', '(??´)', '(???)', '(?_?)', '(¬?¬)',
        '(???)', '(?_?)', '(¬?¬)', '(\`A´)', '?????', '-\`?´-',
        '(’?’)', '(???)', '??_??', '(?', '??)', '(????)',
        '?(\`o´)', '(?_??)', '(????)', '??????', '(??´)',
        '(#??´)', '(¬_¬)?', '(????)', '(?', '??)', '(', '>?<)',
        '?(¬?¬)', '(????)', '????)?', '(?¬?¬)', '(-_-?)',
        '(º?º)', '????)?', '(???)', '(°?°?)', '???´??',
        '(???)?', '?#????', '??????', '(????)', '(#\`?´)'
    ]
    face = secrets.choice(faces)
    signs = ['.', '...', '!', '!!!']
    sign = secrets.choice(signs)
    output = f'`{face}` No{sign}'
    await message.channel.send(output)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号