Skip to main content
Module

x/wackford/discordeno.ts>getGuild

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

Gets a guild by its ID.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to get.
optional
options: { counts?: boolean; } = [UNSUPPORTED]
  • The parameters for the fetching of the guild.

Returns

Promise<Guild>

An instance of Guild.