Fix canary

This commit is contained in:
Vendicated 2023-01-07 03:19:28 +01:00
parent b8ed72286b
commit 8113ed3c8c
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
12 changed files with 21 additions and 21 deletions

View file

@ -151,7 +151,7 @@ export default definePlugin({
}, {
find: ".Messages.NEW,name",
replacement: {
match: /\(\)\.badgeContainer.+?.\?\(0,.\.jsx\)\(.{1,2},{name:(?<props>.)\.name}\):null/,
match: /.badgeContainer.+?.\?\(0,.\.jsx\)\(.{1,2},{name:(?<props>.)\.name}\):null/,
replace: "$&,Vencord.Plugins.plugins.IgnoreActivities.renderToggleActivityButton($<props>)"
}
}, {