functioning bot invites

This commit is contained in:
MathMan05 2024-09-25 23:38:53 -05:00
parent 65ad34f629
commit 7b2a4196f4
6 changed files with 278 additions and 7 deletions

View file

@ -291,7 +291,7 @@ async function getapiurls(str: string): Promise<
gateway: info.gateway,
cdn: info.cdn,
wellknown: str,
login: url.toString(),
login: info.apiEndpoint,
};
}catch{
const val = stringURLsMap.get(str);