make it actually work

This commit is contained in:
defautluser0
2025-05-23 15:05:31 +02:00
parent 845bd5b891
commit 9a3bc2acff
3 changed files with 10 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ function generateDescription(description: string, descriptionNode: Element) {
}
}
const latestReleaseInformation = await fetch("https://api.github.com/repos/Vencord/Vesktop/releases/latest", {
const latestReleaseInformation = await fetch("https://api.github.com/repos/defautluser0/Not-Nextop/releases/latest", {
headers: {
Accept: "application/vnd.github+json",
"X-Github-Api-Version": "2022-11-28"