From e9682235804d61a14652903d9751bd456c06c4bb Mon Sep 17 00:00:00 2001 From: verticalsync <60797172+verticalsync@users.noreply.github.com> Date: Mon, 29 Jul 2024 22:25:08 +0300 Subject: [PATCH] force a devbuild --- src/Vencord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vencord.ts b/src/Vencord.ts index a2d43a52..a59d09b8 100644 --- a/src/Vencord.ts +++ b/src/Vencord.ts @@ -95,7 +95,7 @@ async function init() { Alerts.show({ title: "Suncord End Of Life", - body: "Suncord has gone EOL. Because I don't always have the time to keep up with what people suggest or such and it's easier for me to work on Equicord with other people, the source and everything will stay here and you can still use it, but it'll probably become outdated after some time and break.", + body: `Suncord has gone EOL. Because I don't always have the time to keep up with what people suggest or such and it's easier for me to work on ${equiName} with other people, the source and everything will stay here and you can still use it, but it'll probably become outdated after some time and break.`, confirmText: `Switch to ${equiName}`, cancelText: "Ignore", onConfirm: () => { VencordNative.native.openExternal(`https://github.com/Equicord/${equiName}`); }