title: Modify Guild Embed category: Guild
modifyGuildEmbed
$client->guild->modifyGuildEmbed($parameters);
Modify a guild embed object for the guild. All attributes may be passed in with JSON and modified. Requires the 'MANAGE_GUILD' permission.
Name | Type | Required | Default |
---|---|---|---|
guild.id | snowflake | true | null |
Returns the updated guild embed object.
Can Return: