mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-21 15:48:52 -05:00
Fixes
This commit is contained in:
parent
d23b8af79a
commit
eff33e06bd
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@ const IGNORED_DISCORD_ERRORS = [
|
||||||
/\[GatewaySocket\].{0,110}Cannot access '/,
|
/\[GatewaySocket\].{0,110}Cannot access '/,
|
||||||
"search for 'name' in undefined",
|
"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\")"
|
"waitForStore(\"PermissionStore\")",
|
||||||
|
"[Vencord] PluginManager: Encryptcord: Error while handling MESSAGE_CREATE"
|
||||||
] as Array<string | RegExp>;
|
] as Array<string | RegExp>;
|
||||||
|
|
||||||
function toCodeBlock(s: string, indentation = 0, isDiscord = false) {
|
function toCodeBlock(s: string, indentation = 0, isDiscord = false) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue