Skip to main content
Module

x/harmony/mod.ts>RESTEndpoints#getGuild

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

Returns the guild object for the given id. If with_counts is set to true, this endpoint will also return approximate_member_count and approximate_presence_count for the guild.

Parameters

guildId: string