Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Nov 11, 2023
1 parent 954cfc5 commit d5e6623
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { APIRoleSelectComponent, APISelectMenuDefaultValue, Snowflake } from 'discord-api-types/v10';
import { ComponentType, SelectMenuDefaultValueType } from 'discord-api-types/v10';
import type { RestOrArray } from '../../index.js';
import { normalizeArray } from '../../index.js';
import { optionsLengthValidator } from '../Assertions.js';
import { BaseSelectMenuBuilder } from './BaseSelectMenu.js';

Expand Down

0 comments on commit d5e6623

Please sign in to comment.