summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts/get-kao.ts
blob: 58857edfe1eec50b7b904a9ae23107e22996af98 (plain)
1
2
3
4
5
6
7
8
const kaos = [
	'(=^・・^=)',
	'v(\'ω\')v',
	'🐡( \'-\' 🐡 )フグパンチ!!!!',
	'🖕(´・_・`)🖕',
];

export default () => kaos[Math.floor(Math.random() * kaos.length)];