Skip to main content
Module

x/harmony/mod.ts>GuildManager#delete

An easy to use Discord API Library for Deno.
Go to Latest
method GuildManager.prototype.delete
Re-export
import { GuildManager } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Deletes a guild. Returns deleted guild.

Parameters

guild: Guild | string

Guild or guild id

Returns

Promise<Guild | undefined>