summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
authorAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-07-20 02:02:48 +0900
committerAcid Chicken (硫酸鶏) <root@acid-chicken.com>2019-07-20 02:02:48 +0900
commit42af8c76956416f8d7c99e3ea30cc5ec62cc3065 (patch)
treee06ee33209a56672e79677557ed8ffc856c01540 /src/client/app/common/scripts
parentNothing (diff)
parent[ImgBot] Optimize images (#5189) (diff)
downloadmisskey-42af8c76956416f8d7c99e3ea30cc5ec62cc3065.tar.gz
misskey-42af8c76956416f8d7c99e3ea30cc5ec62cc3065.tar.bz2
misskey-42af8c76956416f8d7c99e3ea30cc5ec62cc3065.zip
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to 'src/client/app/common/scripts')
-rw-r--r--src/client/app/common/scripts/get-face.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-face.ts b/src/client/app/common/scripts/get-face.ts
index b523948bd3..19f2bdb064 100644
--- a/src/client/app/common/scripts/get-face.ts
+++ b/src/client/app/common/scripts/get-face.ts
@@ -4,7 +4,8 @@ const faces = [
'🐡( \'-\' 🐡 )フグパンチ!!!!',
'✌️(´・_・`)✌️',
'(。>﹏<。)',
- '(Δ・x・Δ)'
+ '(Δ・x・Δ)',
+ '(コ`・ヘ・´ケ)'
];
export default () => faces[Math.floor(Math.random() * faces.length)];