From b0ebd5627d9697a7970ab356d147b22236fd28e3 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sun, 7 Mar 2021 19:02:30 +0400 Subject: [PATCH] Update src/types/webhook.ts --- src/types/webhook.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }