diff --git a/scripts/generateReport.ts b/scripts/generateReport.ts index 6dc3a0e8..aee6776c 100644 --- a/scripts/generateReport.ts +++ b/scripts/generateReport.ts @@ -74,7 +74,8 @@ const IGNORED_DISCORD_ERRORS = [ /\[GatewaySocket\].{0,110}Cannot access '/, "search for 'name' in undefined", "Attempting to set fast connect zstd when unsupported", - "Webpack Find Fail: waitForStore(\"PermissionStore\")" + "waitForStore(\"PermissionStore\")", + "[Vencord] PluginManager: Encryptcord: Error while handling MESSAGE_CREATE" ] as Array; function toCodeBlock(s: string, indentation = 0, isDiscord = false) {