Skip to main content
Module

x/discordeno/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/mod.ts";
definition: { reason?: string; user: User; }