Skip to main content
Module

x/wackford/discordeno.ts>GetBans

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
interface GetBans
Re-export
import { type GetBans } from "https://deno.land/x/wackford@v0.0.3/discordeno.ts";

Properties

optional
limit: number

Number of users to return (up to maximum 1000). Default: 1000

optional
before: BigString

Consider only users before given user id

optional
after: BigString

Consider only users after given user id