Add new kao
This commit is contained in:
parent
c35e760fd3
commit
f8a977f1c0
@ -3,7 +3,8 @@ const kaos = [
|
|||||||
'v(\'ω\')v',
|
'v(\'ω\')v',
|
||||||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||||
'🖕(´・_・`)🖕',
|
'🖕(´・_・`)🖕',
|
||||||
'(。>﹏<。)'
|
'(。>﹏<。)',
|
||||||
|
'(Δ・x・Δ)'
|
||||||
];
|
];
|
||||||
|
|
||||||
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