diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-11-28 18:57:22 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-28 18:57:22 +0900 |
| commit | 8af0218e4c7e3f0d4d6523207be31fe45938a162 (patch) | |
| tree | 70ed2682a9e6a2b300c53cb5dd957f3e333f06b6 /src/client/app/common/scripts | |
| parent | :art: (diff) | |
| download | misskey-8af0218e4c7e3f0d4d6523207be31fe45938a162.tar.gz misskey-8af0218e4c7e3f0d4d6523207be31fe45938a162.tar.bz2 misskey-8af0218e4c7e3f0d4d6523207be31fe45938a162.zip | |
✌️🤔✌️
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/get-face.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-face.ts b/src/client/app/common/scripts/get-face.ts index 79cf7a1be4..b523948bd3 100644 --- a/src/client/app/common/scripts/get-face.ts +++ b/src/client/app/common/scripts/get-face.ts @@ -2,7 +2,7 @@ const faces = [ '(=^・・^=)', 'v(\'ω\')v', '🐡( \'-\' 🐡 )フグパンチ!!!!', - '🖕(´・_・`)🖕', + '✌️(´・_・`)✌️', '(。>﹏<。)', '(Δ・x・Δ)' ]; |