Sharkey/src/client/app/common/scripts/get-kao.ts

11 lines
227 B
TypeScript
Raw Normal View History

const kaos = [
2017-06-13 00:27:32 +03:00
'(=^・・^=)',
2018-06-28 10:21:35 +03:00
'v(\'ω\')v',
2018-08-14 20:01:49 +03:00
'🐡( \'-\' 🐡 )フグパンチ!!!!',
2018-08-15 23:17:00 +03:00
'🖕(´・_・`)🖕',
2018-08-17 21:55:45 +03:00
'(。><。)',
'(Δ・x・Δ)'
];
export default () => kaos[Math.floor(Math.random() * kaos.length)];