Skip to main content
Module

x/wackford/discordeno.ts>getVanityUrl

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function getVanityUrl
import { getVanityUrl } from "https://deno.land/x/wackford@v0.0.5/discordeno.ts";

Gets information about the vanity url of a guild.

Parameters

bot: Bot
  • The bot instance used to make the request
guildId: BigString
  • The ID of the guild to get the vanity url information for.

Returns

Promise<VanityUrl>

An instance of VanityUrl.