mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-12 10:36:23 +00:00
Add comments to patches
This commit is contained in:
parent
86162b301a
commit
54c9564894
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ export default definePlugin({
|
|||
description: "Prevents Discord from replacing emoji with images, leaving it up to the browser to render them",
|
||||
authors: [Devs.Grzesiek11],
|
||||
patches: [
|
||||
// Reactions
|
||||
{
|
||||
find: "getSrc(){",
|
||||
replacement: {
|
||||
|
@ -33,6 +34,7 @@ export default definePlugin({
|
|||
replace: "$1return null",
|
||||
},
|
||||
},
|
||||
// Messages
|
||||
{
|
||||
find: ",findInlineEmojisFromSurrogates:",
|
||||
replacement: {
|
||||
|
|
Loading…
Reference in a new issue