Fix Patches

This commit is contained in:
thororen1234 2024-06-13 22:00:54 -04:00
parent 75669edb28
commit abcfd54a35
3 changed files with 3 additions and 3 deletions

View file

@ -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?",