function getVanityUrlimport { getVanityUrl } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts"; getVanityUrl(bot: Bot, guildId: BigString): Promise<VanityUrl>Gets information about the vanity url of a guild. Parametersbot: Bot The bot instance used to make the request guildId: BigString The ID of the guild to get the vanity url information for. ReturnsPromise<VanityUrl>An instance of VanityUrl.