mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
Updated regex (was broken)
This commit is contained in:
parent
91760f53a4
commit
098e636b66
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export default definePlugin({
|
||||||
authors: [Devs.Inbestigator],
|
authors: [Devs.Inbestigator],
|
||||||
patches: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: "default.Messages.BAN_MULTIPLE_CONFIRM_TITLE",
|
find: "Messages.BAN_MULTIPLE_CONFIRM_TITLE",
|
||||||
replacement: [{
|
replacement: [{
|
||||||
match: /=\[[^]*?\]/,
|
match: /=\[[^]*?\]/,
|
||||||
replace: "=$self.getReasons()"
|
replace: "=$self.getReasons()"
|
||||||
|
|
Loading…
Add table
Reference in a new issue