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", {