From f9cf43fc47be2d497d92d728ea892246df96d736 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 29 Dec 2021 16:05:18 -0500 Subject: import type --- src/commands/utilities/activity.ts | 4 ++-- src/commands/utilities/whoHasRole.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/commands/utilities') diff --git a/src/commands/utilities/activity.ts b/src/commands/utilities/activity.ts index fe21aec..6801358 100644 --- a/src/commands/utilities/activity.ts +++ b/src/commands/utilities/activity.ts @@ -1,5 +1,5 @@ -import { ArgType, BushCommand, type BushMessage, type BushSlashMessage } from '#lib'; -import { DiscordAPIError, Message } from 'discord.js'; +import { BushCommand, type ArgType, type BushMessage, type BushSlashMessage } from '#lib'; +import { type DiscordAPIError, type Message } from 'discord.js'; const activityMap = { 'Poker Night': { diff --git a/src/commands/utilities/whoHasRole.ts b/src/commands/utilities/whoHasRole.ts index ffb7ce1..60543c1 100644 --- a/src/commands/utilities/whoHasRole.ts +++ b/src/commands/utilities/whoHasRole.ts @@ -1,4 +1,4 @@ -import { ArgType, BushCommand, ButtonPaginator, type BushMessage, type BushSlashMessage } from '#lib'; +import { BushCommand, ButtonPaginator, type ArgType, type BushMessage, type BushSlashMessage } from '#lib'; import { Util, type CommandInteraction } from 'discord.js'; export default class WhoHasRoleCommand extends BushCommand { -- cgit