Skip to main content
Module

x/natico/discordeno_deps.ts>getGuild

A powerful and customizable framework for Discordeno
Latest
function getGuild
import { getGuild } from "https://deno.land/x/natico@4.0.0-pre.4/discordeno_deps.ts";

This function fetches a guild's data. This is not the same data as a GUILD_CREATE. So it does not cache the guild, you must do it manually.

Parameters

bot: Bot
guildId: bigint
optional
options: { counts?: boolean; } = [UNSUPPORTED]