This commit is contained in:
L̷O̷N̷D̷O̷N̷少林 2025-01-21 10:53:38 -05:00 committed by GitHub
parent 11ee11f700
commit fe6d17cdb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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