1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-18 00:29:04 +09:00
cherrypick/src/web/app/common/scripts/get-kao.ts
2017-11-13 18:05:35 +09:00

6 lines
138 B
TypeScript

export default () => [
'(=^・・^=)',
'v(‘ω’)v',
'🐡( \'-\' 🐡 )フグパンチ!!!!'
][Math.floor(Math.random() * 3)];