From 67016de1791cf7a5e34fdc43b13847754cc48203 Mon Sep 17 00:00:00 2001 From: Xeltica Date: Sun, 2 Dec 2018 23:34:25 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=BC=8F=E3=83=9F=E3=82=B9?= =?UTF-8?q?=E3=81=A3=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/follow/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/follow/index.ts b/src/modules/follow/index.ts index 9e363eb..099fd88 100644 --- a/src/modules/follow/index.ts +++ b/src/modules/follow/index.ts @@ -17,7 +17,7 @@ export default class FollowModule implements IModule { msg.reply(serifs.follow.alreadyFollowed); } else if (msg.friend.love < -5) { msg.reply(serifs.follow.ng); - } else if (msg.friend.love < 3) { + } else if (msg.friend.love <= 3) { msg.reply(serifs.follow.requireMoreLove); } else { this.ai.api("following/create", {