mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-07 21:53:04 -04:00
This commit is contained in:
parent
0b9fde4bf0
commit
e105119293
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ export default definePlugin({
|
||||||
authors: [EquicordDevs.iamme],
|
authors: [EquicordDevs.iamme],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: "#{intl::MESSAGE_EDITED}),",
|
find: "isUnsupported})",
|
||||||
replacement: {
|
replacement: {
|
||||||
match: /#{intl::MESSAGE_EDITED}\),(?:[^}]*[}]){3}\)/,
|
match: /WITH_CONTENT\}\)/,
|
||||||
replace: "$&,$self.PinnedIcon(arguments[0].message)"
|
replace: "$&,$self.PinnedIcon(arguments[0].message)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue