Skip to main content
Module

x/coward/mod.ts>Coward#getChannelInvites

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
method Coward.prototype.getChannelInvites
import { Coward } from "https://deno.land/x/coward@v0.1.0/mod.ts";

Get invites in a guild channel. Returns an array of Invite objects. Requires MANAGE_CHANNELS permission.

Parameters

channelID: string

Returns

Promise<Array<Invite>>