From 2bed9d22f484f81d5ef8f5458f456a521edeacf6 Mon Sep 17 00:00:00 2001 From: thororen1234 <78185467+thororen1234@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:42:55 -0500 Subject: [PATCH] Fix Name In CrashHandler --- src/plugins/crashHandler/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/crashHandler/index.ts b/src/plugins/crashHandler/index.ts index f6bc2c8b..bb1654c8 100644 --- a/src/plugins/crashHandler/index.ts +++ b/src/plugins/crashHandler/index.ts @@ -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 { }