Add new kao
This commit is contained in:
parent
270c7997c6
commit
afa62d3d44
@ -2,7 +2,8 @@ const kaos = [
|
|||||||
'(=^・・^=)',
|
'(=^・・^=)',
|
||||||
'v(\'ω\')v',
|
'v(\'ω\')v',
|
||||||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||||
'🖕(´・_・`)🖕'
|
'🖕(´・_・`)🖕',
|
||||||
|
'(。>﹏<。)'
|
||||||
];
|
];
|
||||||
|
|
||||||
export default () => kaos[Math.floor(Math.random() * kaos.length)];
|
export default () => kaos[Math.floor(Math.random() * kaos.length)];
|
||||||
|
Loading…
Reference in New Issue
Block a user