[Client] ✌️

This commit is contained in:
syuilo
2017-06-13 06:27:32 +09:00
parent 703a32d845
commit ac94cf91df
6 changed files with 17 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
export default () => [
'(=^・・^=)',
'v(‘ω’)v',
'🐡( '-' 🐡 )フグパンチ!!!!'
][Math.floor(Math.random() * 3)];

View File

@@ -1 +0,0 @@
export default () => '(=^・・^=)';