summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2018-08-18 03:56:30 +0900
committerGitHub <noreply@github.com>2018-08-18 03:56:30 +0900
commitc625dd074a95090421801cb899a59f5a75291142 (patch)
tree44f847c74412f384d37eb1a0a42dd963c4e2f5cd /src/client/app/common/scripts
parentMerge branch 'master' of https://github.com/syuilo/misskey (diff)
parentAdd new kao (diff)
downloadmisskey-c625dd074a95090421801cb899a59f5a75291142.tar.gz
misskey-c625dd074a95090421801cb899a59f5a75291142.tar.bz2
misskey-c625dd074a95090421801cb899a59f5a75291142.zip
Merge pull request #2299 from syuilo/new-kao
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)];