UNPKG

discord-authorize

Version:

A node module for easy authentication with Discord

4 lines 213 B
import { snowflake } from "../../global"; declare function getProfileInGuilds(guildId: snowflake, accessToken: string): Promise<any>; export { getProfileInGuilds }; //# sourceMappingURL=getProfileInGuilds.d.ts.map