diff --git a/packages/types/src/discord.ts b/packages/types/src/discord.ts index f8c74a24d..6390a2caa 100644 --- a/packages/types/src/discord.ts +++ b/packages/types/src/discord.ts @@ -1805,8 +1805,8 @@ export interface DiscordCreateApplicationCommand { name: string /** Localization object for `name` field. Values follow the same restrictions as `name` */ name_localizations?: Localization | null - /** Description for `ApplicationCommandTypes.ChatInput` commands, 1-100 characters. Empty string for `ApplicationCommandTypes.User` and `ApplicationCommandTypes.Message` commands */ - description: string + /** Description for `ApplicationCommandTypes.ChatInput` commands, 1-100 characters. */ + description?: string /** Localization object for `description` field. Values follow the same restrictions as `description` */ description_localizations?: Localization | null /** Parameters for the command, max of 25 */