Skip to main content
Module

x/discordeno/mod.ts>getInvite

Discord API library for Deno
Latest
function getInvite
import { getInvite } from "https://deno.land/x/discordeno@18.0.1/mod.ts";

Gets an invite to a channel by its invite code.

Parameters

bot: Bot
  • The bot instance to use to make the request.
inviteCode: string
  • The invite code of the invite to get.
optional
options: GetInvite
  • The parameters for the fetching of the invite.

Returns

Promise<BaseInvite>

An instance of BaseInvite | Invite.