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.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/client/app/common/scripts/get-face.ts b/src/client/app/common/scripts/get-face.ts
deleted file mode 100644
index 19f2bdb064..0000000000
--- a/src/client/app/common/scripts/get-face.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-const faces = [
- '(=^・・^=)',
- 'v(\'ω\')v',
- '🐡( \'-\' 🐡 )フグパンチ!!!!',
- '✌️(´・_・`)✌️',
- '(。>﹏<。)',
- '(Δ・x・Δ)',
- '(コ`・ヘ・´ケ)'
-];
-
-export default () => faces[Math.floor(Math.random() * faces.length)];