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