Skip to main content
Module

x/discordeno/mod.ts>getInvite

Discord API library for Deno
Extremely Popular
Go to Latest
function getInvite
import { getInvite } from "https://deno.land/x/discordeno@17.2.0/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.