mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-16 18:07:02 -04:00
Fix Patches
This commit is contained in:
parent
75669edb28
commit
abcfd54a35
3 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ export default definePlugin({
|
|||
authors: [Devs.Grzesiek11],
|
||||
patches: [
|
||||
{
|
||||
find: ".default.Messages.DELETED_ROLE_PLACEHOLDER",
|
||||
find: ".Messages.UNKNOWN_ROLE_PLACEHOLDER",
|
||||
replacement: {
|
||||
match: String.raw`/^${"```"}(?:([a-z0-9_+\-.#]+?)\n)?\n*([^\n][^]*?)\n*${"```"}`,
|
||||
replace: "$&\\n?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue