summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts/get-face.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/common/scripts/get-face.ts')
-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)];