mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-05-11 18:05:50 +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: [
|
patches: [
|
||||||
{
|
{
|
||||||
find: ".MUTUAL_FRIENDS?(",
|
find: ".BOT_DATA_ACCESS?(",
|
||||||
replacement: [
|
replacement: [
|
||||||
{
|
{
|
||||||
match: /\i\.useEffect.{0,100}(\i)\[0\]\.section/,
|
match: /\i\.useEffect.{0,100}(\i)\[0\]\.section/,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue