diff --git a/src/types/webhook.ts b/src/types/webhook.ts index c0ff25748..bc52309f9 100644 --- a/src/types/webhook.ts +++ b/src/types/webhook.ts @@ -240,7 +240,7 @@ export interface UpsertSlashCommandOptions { name?: string; /** 1-100 character description */ description?: string; - /** the parameters for the command */ + /** The parameters for the command */ options?: SlashCommandOption[] | null; }