mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 07:03:06 -04:00
Fix MutualGroupDMs duplicate find
This commit is contained in:
parent
3b53ad0c91
commit
8aa92873b9
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default definePlugin({
|
|||
|
||||
patches: [
|
||||
{
|
||||
find: ".MUTUAL_FRIENDS?(",
|
||||
find: ".BOT_DATA_ACCESS?(",
|
||||
replacement: [
|
||||
{
|
||||
match: /\i\.useEffect.{0,100}(\i)\[0\]\.section/,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue