mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Fix Name In CrashHandler
This commit is contained in:
parent
06f42d89cb
commit
2bed9d22f4
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ export default definePlugin({
|
||||||
try {
|
try {
|
||||||
if (!hasCrashedOnce) {
|
if (!hasCrashedOnce) {
|
||||||
hasCrashedOnce = true;
|
hasCrashedOnce = true;
|
||||||
maybePromptToUpdate("Uh oh, Discord has just crashed... but good news, there is a Vencord update available that might fix this issue! Would you like to update now?", true);
|
maybePromptToUpdate("Uh oh, Discord has just crashed... but good news, there is a Equicord update available that might fix this issue! Would you like to update now?", true);
|
||||||
}
|
}
|
||||||
} catch { }
|
} catch { }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue