Files
misskey/src/client/app/common/scripts/get-kao.ts
T
2018-08-15 02:01:49 +09:00

7 lines
161 B
TypeScript

export default () => [
'(=^・・^=)',
'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!',
'🖕(´・_・`)🖕'
][Math.floor(Math.random() * 4)];