Skip to main content
Module

x/discordeno/mod.ts>editGuild

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