Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/discordeno/plugins/permissions/deps.ts>getBans

Discord API library for Deno
Extremely Popular
Go to Latest
function getBans
import { getBans } from "https://deno.land/x/discordeno@13.0.0-rc45/plugins/permissions/deps.ts";

Returns a list of ban objects for the users banned from this guild. Requires the BAN_MEMBERS permission.

Parameters

bot: Bot
guildId: bigint
optional
options: GetBans