Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/oasis/packages/deps.ts>getGuild

An object oriented Discordeno framework
Latest
function getGuild
import { getGuild } from "https://deno.land/x/oasis@2.1.0/packages/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]