Skip to main content
Module

x/wackford/discordeno.ts>getInvite

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function getInvite
import { getInvite } from "https://deno.land/x/wackford@v0.0.3/discordeno.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.