diff options
Diffstat (limited to 'src/client/app/common/scripts/get-kao.ts')
| -rw-r--r-- | src/client/app/common/scripts/get-kao.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts new file mode 100644 index 0000000000..2168c5be88 --- /dev/null +++ b/src/client/app/common/scripts/get-kao.ts @@ -0,0 +1,5 @@ +export default () => [ + '(=^・・^=)', + 'v(‘ω’)v', + '🐡( \'-\' 🐡 )フグパンチ!!!!' +][Math.floor(Math.random() * 3)]; |