defusr0 -> not-nex
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"private": true,
|
||||
"description": "Not-Nextop is a custom Discord desktop app",
|
||||
"keywords": [],
|
||||
"homepage": "https://github.com/defautluser0/not-nextop",
|
||||
"homepage": "https://github.com/not-nexulien/not-nextop",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"author": "defautluser0 <saygex8361@gmail.com>",
|
||||
"main": "dist/js/main.js",
|
||||
|
||||
@@ -43,7 +43,7 @@ function generateDescription(description: string, descriptionNode: Element) {
|
||||
}
|
||||
}
|
||||
|
||||
const latestReleaseInformation = await fetch("https://api.github.com/repos/defautluser0/Not-Nextop/releases/latest", {
|
||||
const latestReleaseInformation = await fetch("https://api.github.com/repos/not-nexulien/Not-Nextop/releases/latest", {
|
||||
headers: {
|
||||
Accept: "application/vnd.github+json",
|
||||
"X-Github-Api-Version": "2022-11-28"
|
||||
|
||||
@@ -44,7 +44,7 @@ export async function githubGet(endpoint: string) {
|
||||
}
|
||||
|
||||
export async function downloadVencordFiles() {
|
||||
const release = await githubGet("/repos/defautluser0/Not-Nexulien/releases/latest");
|
||||
const release = await githubGet("/repos/not-nexulien/Not-Nexulien/releases/latest");
|
||||
|
||||
const { assets }: ReleaseData = await release.json();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user