Skip to main content
Module

x/coward/mod.ts>Coward#removeMember

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

Remove a member from a guild. Requires KICK_MEMBERS permission.

Parameters

guildID: string
userID: string

Returns

Promise<void>