import { InviteManager } from "https://deno.land/x/harmony@v2.9.1/src/managers/invites.ts";
Properties
guild: Guild
Methods
create(channel: string | GuildTextChannel, options?: CreateInviteOptions): Promise<Invite>
Create an Invite
fetchAll(channel?: string | GuildTextChannel): Promise<Invite[]>
Fetch all Invites of a Guild or a specific Channel
fromPayload(invites: InvitePayload[]): Promise<boolean>