import { getInvite } from "https://deno.land/x/discordeno@18.0.1/helpers/guilds/invites/getInvite.ts";
Gets an invite to a channel by its invite code.
Returns
Promise<BaseInvite>
An instance of BaseInvite | Invite.
import { getInvite } from "https://deno.land/x/discordeno@18.0.1/helpers/guilds/invites/getInvite.ts";
Gets an invite to a channel by its invite code.
An instance of BaseInvite | Invite.