1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-25 16:56:23 +00:00

Use more stable find value

This commit is contained in:
Grzesiek11 2024-02-18 00:52:29 +01:00
parent de60c2f96a
commit 8909525b4d
No known key found for this signature in database
GPG key ID: 4A5445FB68CDB5C4

View file

@ -25,7 +25,7 @@ export default definePlugin({
authors: [Devs.Grzesiek11],
patches: [
{
find: ".useCanSeeRemixBadge)",
find: "=\"SYSTEM_TAG\"",
replacement: {
match: /style:"username"===\i&&null!=\i\?{color:\i}:void 0/,
replace: "style:{color:$self.calculateNameColor(BigInt(arguments[0].message.author.id))}"