Skip to content

Commit

Permalink
UserVoiceShow: Fix UserPopout patch stealing predicates from another …
Browse files Browse the repository at this point in the history
…component
  • Loading branch information
Nuckyz committed Mar 22, 2024
1 parent 8d35cc6 commit e1f8b3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/userVoiceShow/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ export default definePlugin({
{
find: ".popularApplicationCommandIds,",
replacement: {
match: /\(0,\i\.jsx\)\(\i\.\i,{user:\i,setNote/,
replace: "$self.patchPopout(arguments[0]),$&",
match: /applicationId:\i\.id}\),(?=.{0,50}setNote:\i)/,
replace: "$&$self.patchPopout(arguments[0]),",
}
},
// below username
Expand Down

0 comments on commit e1f8b3c

Please sign in to comment.