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[],