From 04fe66828ee702c756eec1266074b00a0e02f1b0 Mon Sep 17 00:00:00 2001 From: Aya Morisawa <AyaMorisawa4869@gmail.com> Date: Thu, 16 Aug 2018 05:17:00 +0900 Subject: [PATCH] Add new kao --- src/client/app/common/scripts/get-kao.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/app/common/scripts/get-kao.ts b/src/client/app/common/scripts/get-kao.ts index dff709206..ca83153b9 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)];