diff options
| author | otya <otya128@users.noreply.github.com> | 2018-06-25 21:05:12 +0900 |
|---|---|---|
| committer | otya <otya128@users.noreply.github.com> | 2018-06-25 21:05:12 +0900 |
| commit | da0d3e4129e37cdf6a16dc086c6ac2bac372ad5b (patch) | |
| tree | 9e2fd2aa5f8e20de4f31740cece518379861f6ab /src | |
| parent | Update README.md (diff) | |
| download | sharkey-da0d3e4129e37cdf6a16dc086c6ac2bac372ad5b.tar.gz sharkey-da0d3e4129e37cdf6a16dc086c6ac2bac372ad5b.tar.bz2 sharkey-da0d3e4129e37cdf6a16dc086c6ac2bac372ad5b.zip | |
正しいv('ω')v
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/scripts/get-kao.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts index 2168c5be88..d380187510 100644 --- a/src/client/app/common/scripts/get-kao.ts +++ b/src/client/app/common/scripts/get-kao.ts @@ -1,5 +1,5 @@ export default () => [ '(=^・・^=)', - 'v(‘ω’)v', + 'v('ω')v', '🐡( \'-\' 🐡 )フグパンチ!!!!' ][Math.floor(Math.random() * 3)]; |