mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-24 00:59:09 -05:00
Can Reporter Stop Trolling Me :)
This commit is contained in:
parent
5df681a121
commit
0d4f267775
1 changed files with 2 additions and 2 deletions
|
@ -85,8 +85,8 @@ export default definePlugin({
|
||||||
// this also affects name headers in chats outside of servers
|
// this also affects name headers in chats outside of servers
|
||||||
find: /type:\i\.\i\.Types\.REMIX/,
|
find: /type:\i\.\i\.Types\.REMIX/,
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /(username,style):"username".{0,25}void 0/,
|
match: /"username".{0,25}void 0/,
|
||||||
replace: "$1:{color:$self.colorIfServer(arguments[0])}"
|
replace: "{color:$self.colorIfServer(arguments[0])}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue