Skip to main content
Module

x/wackford/discordeno.ts>leaveGuild

The wackiest Discord bot framework for Deno powered by Discordeno
Go to Latest
function leaveGuild
import { leaveGuild } from "https://deno.land/x/wackford@v0.0.2/discordeno.ts";

Leaves a guild.

Parameters

bot: Bot
  • The bot instance used to make the request
guildId: BigString
  • The ID of the guild to leave.

Returns

Promise<void>