Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
force a devbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
verticalsync committed Jul 29, 2024
1 parent 4d26a85 commit e968223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Vencord.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`); }
Expand Down

0 comments on commit e968223

Please sign in to comment.