mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 16:15:57 +09:00
commit
c625dd074a
@ -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