forked from FoundKeyGang/FoundKey
commit
744d366874
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue