diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-18 03:56:30 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-18 03:56:30 +0900 |
| commit | c625dd074a95090421801cb899a59f5a75291142 (patch) | |
| tree | 44f847c74412f384d37eb1a0a42dd963c4e2f5cd /src/client/app/common/scripts | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| parent | Add new kao (diff) | |
| download | misskey-c625dd074a95090421801cb899a59f5a75291142.tar.gz misskey-c625dd074a95090421801cb899a59f5a75291142.tar.bz2 misskey-c625dd074a95090421801cb899a59f5a75291142.zip | |
Merge pull request #2299 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 ca83153b96..2c9280c9b6 100644 --- a/src/client/app/common/scripts/get-kao.ts +++ b/src/client/app/common/scripts/get-kao.ts @@ -3,7 +3,8 @@ const kaos = [ 'v(\'ω\')v', '🐡( \'-\' 🐡 )フグパンチ!!!!', '🖕(´・_・`)🖕', - '(。>﹏<。)' + '(。>﹏<。)', + '(Δ・x・Δ)' ]; export default () => kaos[Math.floor(Math.random() * kaos.length)]; |