Skip to content

Commit

Permalink
chore: merge imports
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Mar 24, 2024
1 parent 59aba28 commit 52e847a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { s } from '@sapphire/shapeshift';
import { ChannelType } from 'discord-api-types/v10';
import type { RestOrArray } from '../../../util/normalizeArray';
import { normalizeArray } from '../../../util/normalizeArray';
import { normalizeArray, type RestOrArray } from '../../../util/normalizeArray';

/**
* The allowed channel types used for a channel option in a slash command builder.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { s } from '@sapphire/shapeshift';
import { ApplicationCommandOptionType, type APIApplicationCommandOptionChoice } from 'discord-api-types/v10';
import type { RestOrArray } from '../../../util/normalizeArray.js';
import { normalizeArray } from '../../../util/normalizeArray.js';
import { normalizeArray, type RestOrArray } from '../../../util/normalizeArray.js';
import { localizationMapPredicate, validateChoicesLength } from '../Assertions.js';

const stringPredicate = s.string.lengthGreaterThanOrEqual(1).lengthLessThanOrEqual(100);
Expand Down

0 comments on commit 52e847a

Please sign in to comment.