forked from FoundKeyGang/FoundKey
Remove trailing comma
This commit is contained in:
parent
fa95641f88
commit
270c7997c6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ const kaos = [
|
|||
'(=^・・^=)',
|
||||
'v(\'ω\')v',
|
||||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||
'🖕(´・_・`)🖕',
|
||||
'🖕(´・_・`)🖕'
|
||||
];
|
||||
|
||||
export default () => kaos[Math.floor(Math.random() * kaos.length)];
|
||||
|
|
Loading…
Reference in a new issue