mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-21 18:18:06 +09:00
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
export default () => [
|
|
'(=^・・^=)',
|
|
'v(‘ω’)v',
|
|
'🐡( \'-\' 🐡 )フグパンチ!!!!'
|
|
][Math.floor(Math.random() * 3)];
|