mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-29 07:18:52 +09:00
Remove trailing comma
This commit is contained in:
parent
fa95641f88
commit
270c7997c6
@ -2,7 +2,7 @@ const kaos = [
|
||||
'(=^・・^=)',
|
||||
'v(\'ω\')v',
|
||||
'🐡( \'-\' 🐡 )フグパンチ!!!!',
|
||||
'🖕(´・_・`)🖕',
|
||||
'🖕(´・_・`)🖕'
|
||||
];
|
||||
|
||||
export default () => kaos[Math.floor(Math.random() * kaos.length)];
|
||||
|
Loading…
Reference in New Issue
Block a user