diff --git a/packages/types/src/discordeno.ts b/packages/types/src/discordeno.ts index 87e06111e..0e1c3eb9f 100644 --- a/packages/types/src/discordeno.ts +++ b/packages/types/src/discordeno.ts @@ -201,8 +201,6 @@ export interface SelectMenuUsersAndRolesComponent { minValues?: number /** The maximum number of items that can be selected. Default 1. Between 1-25. */ maxValues?: number - /** The choices! Maximum of 25 items. */ - options: SelectOption[] /** Whether or not this select is disabled */ disabled?: boolean }