mirror of
https://github.com/syuilo/ai.git
synced 2025-03-25 21:12:56 +00:00
藍ちゃが好感度に関わらずフォロバするように
This commit is contained in:
parent
11a22f3901
commit
506087e30b
1 changed files with 0 additions and 4 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue