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)];