mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-10 09:56:24 +00:00
Improve code style
This commit is contained in:
parent
38f3542b5e
commit
3ecb45ea06
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ export default definePlugin({
|
||||||
authors: [Devs.Grzesiek11],
|
authors: [Devs.Grzesiek11],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: "=\"SYSTEM_TAG\"",
|
find: '="SYSTEM_TAG"',
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(?<=className:\i\.username,style:.{0,50}:void 0,)/,
|
match: /(?<=className:\i\.username,style:.{0,50}:void 0,)/,
|
||||||
replace: "style:{color:$self.calculateNameColorForMessageContext(arguments[0])},",
|
replace: "style:{color:$self.calculateNameColorForMessageContext(arguments[0])},",
|
||||||
|
|
Loading…
Reference in a new issue