Merge remote-tracking branch 'upstream/dev'

This commit is contained in:
thororen1234 2024-06-17 12:38:01 -04:00
commit 377eac178d
5 changed files with 24 additions and 5 deletions

View file

@ -13,7 +13,7 @@ export default definePlugin({
authors: [Devs.Grzesiek11],
patches: [
{
find: ".Messages.UNKNOWN_ROLE_PLACEHOLDER",
find: String.raw`/^${"```"}(?:([a-z0-9_+\-.#]+?)\n)?\n*([^\n][^]*?)\n*${"```"}`,
replacement: {
match: String.raw`/^${"```"}(?:([a-z0-9_+\-.#]+?)\n)?\n*([^\n][^]*?)\n*${"```"}`,
replace: "$&\\n?",