fix brain fart

This commit is contained in:
Ven 2022-11-18 13:39:43 +01:00 committed by GitHub
parent 503a2ec517
commit 50c356e397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ export default definePlugin({
replacement: [
{
match: /(?<=MESSAGE_CREATE:function\((\w)\){var \w=\w\.channelId,\w=\w\.message,\w=\w\.isPushNotification,\w=\w\.\w\.getOrCreate\(\w\));/,
replace: ";if(Vencord.Plugins.plugins.IgnoreBlockedUsers.isBlocked(n))return;"
replace: ";if(Vencord.Plugins.plugins.NoBlockedMessages.isBlocked(n))return;"
}
]
}