This commit is contained in:
thororen1234 2024-07-12 15:59:55 -04:00
parent 1e079a70e9
commit d23b8af79a
4 changed files with 7 additions and 22 deletions

View file

@ -73,7 +73,8 @@ const IGNORED_DISCORD_ERRORS = [
"Downloading the full bad domains file",
/\[GatewaySocket\].{0,110}Cannot access '/,
"search for 'name' in undefined",
"Attempting to set fast connect zstd when unsupported"
"Attempting to set fast connect zstd when unsupported",
"Webpack Find Fail: waitForStore(\"PermissionStore\")"
] as Array<string | RegExp>;
function toCodeBlock(s: string, indentation = 0, isDiscord = false) {