fix(types): Fix discordeno/guildTemplate.ts (#4359)

This commit is contained in:
Fleny
2025-08-16 04:02:30 +02:00
committed by GitHub
parent ba9402e5d2
commit d203fc780f

View File

@@ -5,7 +5,7 @@ export interface CreateTemplate {
/** Name which the template should have */
name: string
/** Description of the template */
description?: string
description?: string | null
}
/** https://discord.com/developers/docs/resources/guild-template#modify-guild-template-json-params */