summaryrefslogtreecommitdiff
path: root/src/client/app/common/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/app/common/scripts')
-rw-r--r--src/client/app/common/scripts/get-face.ts (renamed from src/client/app/common/scripts/get-kao.ts)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-face.ts
index 2c9280c9b6..79cf7a1be4 100644
--- a/src/client/app/common/scripts/get-kao.ts
+++ b/src/client/app/common/scripts/get-face.ts
@@ -1,4 +1,4 @@
-const kaos = [
+const faces = [
'(=^・・^=)',
'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!',
@@ -7,4 +7,4 @@ const kaos = [
'(Δ・x・Δ)'
];
-export default () => kaos[Math.floor(Math.random() * kaos.length)];
+export default () => faces[Math.floor(Math.random() * faces.length)];