summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-18 03:55:45 +0900
committerAya Morisawa <AyaMorisawa4869@gmail.com>2018-08-18 03:55:45 +0900
commitf8a977f1c0c571ebed886666e838939b945c6956 (patch)
tree44f847c74412f384d37eb1a0a42dd963c4e2f5cd /src/client/app/common/scripts
parentMerge branch 'master' of https://github.com/syuilo/misskey (diff)
downloadsharkey-f8a977f1c0c571ebed886666e838939b945c6956.tar.gz
sharkey-f8a977f1c0c571ebed886666e838939b945c6956.tar.bz2
sharkey-f8a977f1c0c571ebed886666e838939b945c6956.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 ca83153b96..2c9280c9b6 100644
--- a/src/client/app/common/scripts/get-kao.ts
+++ b/src/client/app/common/scripts/get-kao.ts
@@ -3,7 +3,8 @@ const kaos = [
'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!',
'🖕(´・_・`)🖕',
- '(。>﹏<。)'
+ '(。>﹏<。)',
+ '(Δ・x・Δ)'
];
export default () => kaos[Math.floor(Math.random() * kaos.length)];