mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-05-11 01:45:48 +02: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