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

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

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