Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/template/minimal/deps.ts>kickMember

Discord API library for Node and Deno
Go to Latest
function kickMember
import { kickMember } from "https://deno.land/x/discordeno_patched@18.0.2/template/minimal/deps.ts";

Kicks a member from a guild.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to kick the member from.
userId: BigString
  • The user ID of the member to kick from the guild.
optional
reason: string

Returns

Promise<void>