mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 18:37:04 -04:00
AccountPanelServerProfile: Fix plugin not working
This commit is contained in:
parent
c1f19d5288
commit
cb8e8bd407
2 changed files with 3 additions and 3 deletions
|
@ -72,7 +72,7 @@ export default definePlugin({
|
|||
group: true,
|
||||
replacement: [
|
||||
{
|
||||
match: /let{speaking:\i/,
|
||||
match: /let{ref:\i,speaking:\i/,
|
||||
replace: "$self.useAccountPanelRef();$&"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue