Update vidify.ts

This commit is contained in:
Pas 2025-08-14 09:36:44 -06:00
parent 2a8110b4a9
commit 421327884d

View file

@ -51,7 +51,6 @@ async function getAuthHeader(ctx: any): Promise<string> {
return cachedAuthHeader;
}
export function makeVidifyEmbed(id: string, rank: number = 100) {
const serverIndex = VIDIFY_SERVERS.indexOf(id) + 1;