forked from FoundKeyGang/FoundKey
commit
c625dd074a
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ const kaos = [
|
|||
'v(\'ω\')v',
|
||||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||
'🖕(´・_・`)🖕',
|
||||
'(。>﹏<。)'
|
||||
'(。>﹏<。)',
|
||||
'(Δ・x・Δ)'
|
||||
];
|
||||
|
||||
export default () => kaos[Math.floor(Math.random() * kaos.length)];
|
||||
|
|
Loading…
Reference in a new issue