diff options
| author | Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com> | 2019-07-15 02:28:30 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-07-15 02:28:30 +0900 |
| commit | 01e7716170aff833c9432184e16162a274390d44 (patch) | |
| tree | c4bfcd7c288a6bc5f531c695a1faa00232730e6f /src/client/app/common/scripts | |
| parent | Corriger les omissions (diff) | |
| download | misskey-01e7716170aff833c9432184e16162a274390d44.tar.gz misskey-01e7716170aff833c9432184e16162a274390d44.tar.bz2 misskey-01e7716170aff833c9432184e16162a274390d44.zip | |
(コ`・ヘ・´ケ) (#5156)
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/get-face.ts | 3 |
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)]; |