(コ`・ヘ・´ケ) (#5156)

This commit is contained in:
Satsuki Yanagi 2019-07-15 02:28:30 +09:00 committed by syuilo
parent 6d0ee61661
commit 01e7716170
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@ const faces = [
'🐡( \'-\' 🐡 )フグパンチ!!!!', '🐡( \'-\' 🐡 )フグパンチ!!!!',
'✌️(´・_・`)✌️', '✌️(´・_・`)✌️',
'(。><。)', '(。><。)',
'(Δ・x・Δ)' '(Δ・x・Δ)',
'(コ`・ヘ・´ケ)'
]; ];
export default () => faces[Math.floor(Math.random() * faces.length)]; export default () => faces[Math.floor(Math.random() * faces.length)];