mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-06 00:09:20 +09:00
6 lines
136 B
JavaScript
6 lines
136 B
JavaScript
|
export default () => [
|
||
|
'(=^・・^=)',
|
||
|
'v(‘ω’)v',
|
||
|
'🐡( '-' 🐡 )フグパンチ!!!!'
|
||
|
][Math.floor(Math.random() * 3)];
|