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

x/harmony/src/structures/guild.ts>GuildBans#get

An easy to use Discord API Library for Deno.
Go to Latest
method GuildBans.prototype.get
import { GuildBans } from "https://deno.land/x/harmony@v2.9.0/src/structures/guild.ts";

Gets ban details of a User if any.

Parameters

user: string | User

User to get ban of, ID or User object.