Skip to main content
Module

x/discordeno/mod.ts>editGuild

Discord API library for Deno
Latest
function editGuild
import { editGuild } from "https://deno.land/x/discordeno@18.0.1/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.