mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-12 18:46:22 +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",
|
description: "Prevents Discord from replacing emoji with images, leaving it up to the browser to render them",
|
||||||
authors: [Devs.Grzesiek11],
|
authors: [Devs.Grzesiek11],
|
||||||
patches: [
|
patches: [
|
||||||
|
// Reactions
|
||||||
{
|
{
|
||||||
find: "getSrc(){",
|
find: "getSrc(){",
|
||||||
replacement: {
|
replacement: {
|
||||||
|
@ -33,6 +34,7 @@ export default definePlugin({
|
||||||
replace: "$1return null",
|
replace: "$1return null",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
// Messages
|
||||||
{
|
{
|
||||||
find: ",findInlineEmojisFromSurrogates:",
|
find: ",findInlineEmojisFromSurrogates:",
|
||||||
replacement: {
|
replacement: {
|
||||||
|
|
Loading…
Reference in a new issue