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