Add new kao

This commit is contained in:
Aya Morisawa 2018-08-16 05:17:00 +09:00
parent 270c7997c6
commit afa62d3d44
1 changed files with 2 additions and 1 deletions

View File

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