This commit is contained in:
thororen1234 2024-07-12 16:01:31 -04:00
parent d23b8af79a
commit eff33e06bd

View file

@ -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<string | RegExp>;
function toCodeBlock(s: string, indentation = 0, isDiscord = false) {