diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-15 02:01:49 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-15 02:01:49 +0900 |
| commit | e0bc0d283073081ffd63deb431506b119e4fc599 (patch) | |
| tree | 9023bbd0221b02452a423fe8c350bbac54e327b1 /src/client/app/common/scripts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-e0bc0d283073081ffd63deb431506b119e4fc599.tar.gz sharkey-e0bc0d283073081ffd63deb431506b119e4fc599.tar.bz2 sharkey-e0bc0d283073081ffd63deb431506b119e4fc599.zip | |
Add new kao
Diffstat (limited to 'src/client/app/common/scripts')
| -rw-r--r-- | src/client/app/common/scripts/get-kao.ts | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts index 645196132b..ca7cebaebc 100644 --- a/src/client/app/common/scripts/get-kao.ts +++ b/src/client/app/common/scripts/get-kao.ts @@ -1,5 +1,6 @@ export default () => [ '(=^・・^=)', 'v(\'ω\')v', - '🐡( \'-\' 🐡 )フグパンチ!!!!' -][Math.floor(Math.random() * 3)]; + '🐡( \'-\' 🐡 )フグパンチ!!!!', + '🖕(´・_・`)🖕' +][Math.floor(Math.random() * 4)]; |