mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 00:40:07 +00:00
fix(types): Fix discordeno/guildTemplate.ts (#4359)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user