From fe6d17cdb00e7eb0a21e5f7fca8a28c66ab73991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=CC=B7O=CC=B7N=CC=B7D=CC=B7O=CC=B7N=CC=B7=E5=B0=91?= =?UTF-8?q?=E6=9E=97?= <22037550+Shivawkes@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:53:38 -0500 Subject: [PATCH] index.ts --- src/modules/follow/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/follow/index.ts b/src/modules/follow/index.ts index dcf369e..019d7db 100644 --- a/src/modules/follow/index.ts +++ b/src/modules/follow/index.ts @@ -14,7 +14,7 @@ export default class extends Module { @bindThis private async mentionHook(msg: Message) { - if (msg.text && msg.includes(['フォロー', 'フォロバ', 'follow me'])) { + if (msg.text && msg.includes(['Follow', 'Follow back', 'follow me'])) { if (!msg.user.isFollowing) { this.ai.api('following/create', { userId: msg.userId,