summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-16 05:17:00 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-16 05:17:00 +0900
commitafa62d3d445be1d4dc4b2a0a50c3885523a04562 (patch)
tree12ad3b649e839b7c5ae39292cce1bf66bfa25bba /src/client/app/common/scripts
parentRemove trailing comma (diff)
downloadsharkey-afa62d3d445be1d4dc4b2a0a50c3885523a04562.tar.gz
sharkey-afa62d3d445be1d4dc4b2a0a50c3885523a04562.tar.bz2
sharkey-afa62d3d445be1d4dc4b2a0a50c3885523a04562.zip
Add new kao
Diffstat (limited to 'src/client/app/common/scripts')
-rw-r--r--src/client/app/common/scripts/get-kao.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts
index dff7092064..ca83153b96 100644
--- a/src/client/app/common/scripts/get-kao.ts
+++ b/src/client/app/common/scripts/get-kao.ts
@@ -2,7 +2,8 @@ const kaos = [
'(=^・・^=)',
'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!',
- '🖕(´・_・`)🖕'
+ '🖕(´・_・`)🖕',
+ '(。>﹏<。)'
];
export default () => kaos[Math.floor(Math.random() * kaos.length)];