mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
Updated regex
This commit is contained in:
parent
42b0f46e77
commit
4705791756
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ export default definePlugin({
|
||||||
{
|
{
|
||||||
find: "#{intl::BAN_MULTIPLE_CONFIRM_TITLE}",
|
find: "#{intl::BAN_MULTIPLE_CONFIRM_TITLE}",
|
||||||
replacement: [{
|
replacement: [{
|
||||||
match: /\[(\{((?:name|value):\i\.intl\.string\(\i\.\i\.[A-Za-z0-9]+\),?){2}\},?){3}\]/,
|
match: /\[(\{((name|value):\i\.\i\.string\(\i\.\i\.\i\),?){2}\},?){3}\]/,
|
||||||
replace: "$self.getReasons()"
|
replace: "$self.getReasons()"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue