mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-09-17 03:44:50 +00:00
forgot to remove stuff
This commit is contained in:
@@ -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[],
|
||||
|
||||
Reference in New Issue
Block a user