条件式ミスった

This commit is contained in:
Xeltica 2018-12-02 23:34:25 +09:00
parent 8cf2ff6a56
commit 67016de179

View file

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