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