Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/discordeno/helpers/guilds/mod.ts>Ban

Discord API library for Deno
Go to Latest
type alias Ban
Re-export
import { type Ban } from "https://deno.land/x/discordeno@17.0.0/helpers/guilds/mod.ts";
definition: { reason?: string; user: User; }