Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/template/minimal/deps.ts>getInvite

Discord API library for Node and Deno
Go to Latest
function getInvite
import { getInvite } from "https://deno.land/x/discordeno_patched@18.0.2/template/minimal/deps.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.