Merge pull request #2299 from syuilo/new-kao

Add new kao
This commit is contained in:
syuilo 2018-08-18 03:56:30 +09:00 committed by GitHub
commit c625dd074a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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