Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno_patched/mod.ts>editGuild

Discord API library for Node and Deno
Go to Latest
function editGuild
import { editGuild } from "https://deno.land/x/discordeno_patched@18.0.2/mod.ts";

Edits a guild's settings.

Parameters

bot: Bot
  • The bot instance to use to make the request.
guildId: BigString
  • The ID of the guild to edit.
options: ModifyGuild
  • The ID of the shard the guild is in.
shardId: number
  • The parameters for the edit of the guild.

Returns

Promise<Guild>

An instance of the edited Guild.