From 54c9564894b8442ddbba9ec4e49f5ab5456e03ab Mon Sep 17 00:00:00 2001 From: Grzesiek11 Date: Wed, 7 Feb 2024 00:26:20 +0100 Subject: [PATCH] Add comments to patches --- src/plugins/textEmoji/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugins/textEmoji/index.ts b/src/plugins/textEmoji/index.ts index bfc5fc094..503189ad7 100644 --- a/src/plugins/textEmoji/index.ts +++ b/src/plugins/textEmoji/index.ts @@ -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: {