(コ`・ヘ・´ケ) (#5156)
This commit is contained in:
parent
6d0ee61661
commit
01e7716170
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ const faces = [
|
|||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||
'✌️(´・_・`)✌️',
|
||||
'(。>﹏<。)',
|
||||
'(Δ・x・Δ)'
|
||||
'(Δ・x・Δ)',
|
||||
'(コ`・ヘ・´ケ)'
|
||||
];
|
||||
|
||||
export default () => faces[Math.floor(Math.random() * faces.length)];
|
||||
|
|
Loading…
Reference in a new issue