From 506087e30b06b8f4b84d7367d8c545288f91080a Mon Sep 17 00:00:00 2001 From: Xeltica Date: Mon, 3 Dec 2018 14:31:18 +0900 Subject: [PATCH] =?UTF-8?q?=E8=97=8D=E3=81=A1=E3=82=83=E3=81=8C=E5=A5=BD?= =?UTF-8?q?=E6=84=9F=E5=BA=A6=E3=81=AB=E9=96=A2=E3=82=8F=E3=82=89=E3=81=9A?= =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=AD=E3=83=90=E3=81=99=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/follow/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/modules/follow/index.ts b/src/modules/follow/index.ts index 0d779f7..ad501bf 100644 --- a/src/modules/follow/index.ts +++ b/src/modules/follow/index.ts @@ -20,10 +20,6 @@ export default class FollowModule implements IModule { user = u; if (user.isFollowing) { msg.reply(serifs.follow.alreadyFollowed); - } else if (msg.friend.love < -5) { - msg.reply(serifs.follow.ng); - } else if (msg.friend.love <= 3) { - msg.reply(serifs.follow.requireMoreLove); } else { this.ai.api("following/create", { userId: msg.userId,