1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-17 08:09:21 +09:00
misskey/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)];