Fix Canary Patches

This commit is contained in:
thororen1234 2025-04-03 15:55:06 -04:00
parent 6c4a9d4cc8
commit 2a4c3c119b
No known key found for this signature in database
13 changed files with 16 additions and 16 deletions

View file

@ -134,7 +134,7 @@ export default definePlugin({
{
find: ",acceptInvite(",
replacement: {
match: /INVITE_ACCEPT_SUCCESS.+?,(\i)=null!==.+?;/,
match: /INVITE_ACCEPT_SUCCESS.+?,(\i)=null!=.+?;/,
replace: (m, guildId) => `${m}$self.applyDefaultSettings(${guildId});`
}
},