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