Fix ShowMeYourName

This commit is contained in:
Nuckyz 2023-11-01 23:28:52 -03:00
parent 098da8c3fd
commit 27fffc8bc3
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

View file

@ -47,7 +47,7 @@ export default definePlugin({
authors: [Devs.Rini, Devs.TheKodeToad], authors: [Devs.Rini, Devs.TheKodeToad],
patches: [ patches: [
{ {
find: '"Message Username"', find: ".useCanSeeRemixBadge)",
replacement: { replacement: {
match: /(?<=onContextMenu:\i,children:).*?\}/, match: /(?<=onContextMenu:\i,children:).*?\}/,
replace: "$self.renderUsername(arguments[0])}" replace: "$self.renderUsername(arguments[0])}"