Interface
APIBan
Guild ban from GET /guilds/{id}/bans.
Properties
expires_at
?: string | nullISO-8601 timestamp when a temporary ban expires (null for permanent bans).
reason
: string | nullBan reason (null if no reason provided).
user
: APIUserBanned user.