Fix Name In CrashHandler

This commit is contained in:
thororen1234 2024-11-12 15:42:55 -05:00
parent 06f42d89cb
commit 2bed9d22f4

View file

@ -107,7 +107,7 @@ export default definePlugin({
try {
if (!hasCrashedOnce) {
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 { }