diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-16 05:17:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-16 05:17:56 +0900 |
| commit | 744d366874f2e6819a852b3e070a6921a200de76 (patch) | |
| tree | 12ad3b649e839b7c5ae39292cce1bf66bfa25bba /src/client/app/common/scripts | |
| parent | Remove trailing comma (diff) | |
| parent | Add new kao (diff) | |
| download | misskey-744d366874f2e6819a852b3e070a6921a200de76.tar.gz misskey-744d366874f2e6819a852b3e070a6921a200de76.tar.bz2 misskey-744d366874f2e6819a852b3e070a6921a200de76.zip | |
Merge pull request #2248 from syuilo/new-kao
Add new kao
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/get-kao.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts index dff7092064..ca83153b96 100644 --- a/src/client/app/common/scripts/get-kao.ts +++ b/src/client/app/common/scripts/get-kao.ts @@ -2,7 +2,8 @@ const kaos = [ '(=^・・^=)', 'v(\'ω\')v', '🐡( \'-\' 🐡 )フグパンチ!!!!', - '🖕(´・_・`)🖕' + '🖕(´・_・`)🖕', + '(。>﹏<。)' ]; export default () => kaos[Math.floor(Math.random() * kaos.length)]; |