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