Add new kao

This commit is contained in:
Aya Morisawa 2018-08-18 03:55:45 +09:00
parent c35e760fd3
commit f8a977f1c0

View file

@ -3,7 +3,8 @@ const kaos = [
'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!',
'🖕(´・_・`)🖕',
'(。><。)'
'(。><。)',
'(Δ・x・Δ)'
];
export default () => kaos[Math.floor(Math.random() * kaos.length)];