藍ちゃが好感度に関わらずフォロバするように

This commit is contained in:
Xeltica 2018-12-03 14:31:18 +09:00
parent 11a22f3901
commit 506087e30b

View file

@ -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,