Skip to content

Commit

Permalink
stop error throwing when it shouldn't
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Nov 14, 2024
1 parent a4dfefd commit a91e5cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/builder/dropdownBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ class Dropdown {
SELECT_MENU_TYPES.USER,
SELECT_MENU_TYPES.ROLE,
SELECT_MENU_TYPES.MENTIONABLE,
SELECT_MENU_TYPES.CHANNEL,
].includes(this.type)
)
throw new TypeError(
Expand Down

0 comments on commit a91e5cb

Please sign in to comment.