Update src/types/webhook.ts

This commit is contained in:
ayntee
2021-03-07 19:02:30 +04:00
committed by GitHub
parent dce5f6f90e
commit b0ebd5627d
+1 -1
View File
@@ -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;
}