Implement FollowVoiceUser plugin. (Friends Only) (#170)

* fix white typing indicators in servers (#166)

* Drop DoNotLeak + Extras

Co-Authored-By: thororen1234 <thororen1234@users.noreply.github.com>
Co-Authored-By: thororen <78185467+thororen1234@users.noreply.github.com>
Co-Authored-By: sadan4 <117494111+sadan4@users.noreply.github.com>
Co-Authored-By: ynot01 <ynot000001@gmail.com>
Co-Authored-By: MrDiamondDog <84212701+MrDiamondDog@users.noreply.github.com>
Co-Authored-By: Crxaw <48805031+sitescript@users.noreply.github.com>

* Finish Purge For Merge

* Implement FollowVoiceUser plugin.

FollowVoiceUser allows you to follow any user in voice chat if they are same in same guilds as you.

* Make FollowBoiceUser friends only.

* Update index.tsx

* Fix Description For Friend Not User

* Tweaks

* Tweaks

* Update index.tsx

* Update index.tsx

---------

Co-authored-by: thororen1234 <thororen1234@users.noreply.github.com>
Co-authored-by: mochie <mop48duck+cassie@gmail.com>
Co-authored-by: panbread <93918332+Panniku@users.noreply.github.com>
Co-authored-by: thororen <78185467+thororen1234@users.noreply.github.com>
Co-authored-by: sadan4 <117494111+sadan4@users.noreply.github.com>
Co-authored-by: ynot01 <ynot000001@gmail.com>
Co-authored-by: MrDiamondDog <84212701+MrDiamondDog@users.noreply.github.com>
Co-authored-by: Crxaw <48805031+sitescript@users.noreply.github.com>
This commit is contained in:
Kıraç Armağan Önal 2025-03-03 22:28:31 +03:00 committed by GitHub
parent 566db77bba
commit 15f0b90791
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 121 additions and 0 deletions

View file

@ -1012,6 +1012,10 @@ export const EquicordDevs = Object.freeze({
name: "PhoenixAceVFX",
id: 1016895892055396484n,
},
TheArmagan: {
name: "TheArmagan",
id: 707309693449535599n
}
} satisfies Record<string, Dev>);
// iife so #__PURE__ works correctly