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)
评论列表
文章目录