Skip to content

Commit

Permalink
fix: merge discord-api-types imports
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed Nov 9, 2023
1 parent fa2c7e8 commit b03a842
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/commands/Tools/vote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import { LanguageKeys } from '#lib/i18n/languageKeys';
import { SkyraCommand } from '#lib/structures';
import { ApplyOptions } from '@sapphire/decorators';
import { CommandOptionsRunTypeEnum } from '@sapphire/framework';
import { RESTJSONErrorCodes } from 'discord-api-types/rest/v10';
import { PermissionFlagsBits } from 'discord-api-types/v10';
import { PermissionFlagsBits, RESTJSONErrorCodes } from 'discord-api-types/v10';
import { DiscordAPIError, Message } from 'discord.js';

@ApplyOptions<SkyraCommand.Options>({
Expand Down

0 comments on commit b03a842

Please sign in to comment.