From 0f50052020fdd72eef503db76d7293cf9c4f5c98 Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Mon, 15 Dec 2025 11:01:19 -0600 Subject: [PATCH] forgot to remove stuff --- src/utils.ts | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index 17de4e7..8e9b850 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -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[],