mirror of
https://github.com/misskey-dev/misskey
synced 2024-12-17 16:18:33 +09:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
export default () => [
|
|
'(=^・・^=)',
|
|
'v(\'ω\')v',
|
|
'🐡( \'-\' 🐡 )フグパンチ!!!!'
|
|
][Math.floor(Math.random() * 3)];
|