forgot to remove stuff

This commit is contained in:
MathMan05
2025-12-15 11:01:19 -06:00
parent dd3a1773e0
commit 0f50052020
-13
View File
@@ -1,4 +1,3 @@
import {Request, Response} from "express";
import {instace} from "./index.js";
interface ApiUrls {
api: string;
@@ -7,18 +6,6 @@ interface ApiUrls {
wellknown: string;
}
interface Invite {
guild: {
name: string;
description?: string;
icon?: string;
id: string;
};
inviter?: {
username: string;
};
}
export async function getApiUrls(
url: string,
instances: instace[],