Skip to main content
Module

x/coward/mod.ts>Coward#deleteBan

🐔 Coward is a Deno module for easy interaction with the Discord API.
Go to Latest
method Coward.prototype.deleteBan
import { Coward } from "https://deno.land/x/coward@v0.1.0/mod.ts";

Delete a ban from a guild. Requires BAN_MEMBERS permission.

Parameters

guildID: string
userID: string

Returns

Promise<void>