Table of Contents

Method ModifyGuildTemplateAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

ModifyGuildTemplateAsync(ulong, string, string, string)

Modifies the template's metadata.

public Task<DiscordGuildTemplate> ModifyGuildTemplateAsync(ulong guildId, string code, string name = null, string description = null)

Parameters

guildId ulong

Guild ID

code string

The template's code.

name string

Name of the template.

description string

Description of the template.

Returns

Task<DiscordGuildTemplate>

The template modified.