From 4b13c6deaebc0feb6a041ac06f93d81df084aec1 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 24 Jan 2019 09:27:24 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=A1=E3=83=B3=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=81=A7=E3=82=BF=E3=82=A4=E3=83=9E=E3=83=BC=E8=A8=AD=E5=AE=9A?= =?UTF-8?q?=E3=81=97=E3=81=9F=E5=A0=B4=E5=90=88=E3=81=AF=E3=83=AA=E3=83=97?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=81=A7=E7=9F=A5=E3=82=89=E3=81=9B=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/timer/index.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/modules/timer/index.ts b/src/modules/timer/index.ts index 8f51985..c2db74b 100644 --- a/src/modules/timer/index.ts +++ b/src/modules/timer/index.ts @@ -45,9 +45,7 @@ export default class extends Module { setTimeout(() => { const name = msg.friend.name; - this.ai.sendMessage(msg.userId, { - text: serifs.timer.notify(str, name) - }); + msg.reply(serifs.timer.notify(str, name)); }, time); return true;