aboutsummaryrefslogtreecommitdiff
path: root/src/lib/extensions/discord.js/BushCommandInteraction.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/extensions/discord.js/BushCommandInteraction.ts')
-rw-r--r--src/lib/extensions/discord.js/BushCommandInteraction.ts19
1 files changed, 12 insertions, 7 deletions
diff --git a/src/lib/extensions/discord.js/BushCommandInteraction.ts b/src/lib/extensions/discord.js/BushCommandInteraction.ts
index e6643f0..5f32829 100644
--- a/src/lib/extensions/discord.js/BushCommandInteraction.ts
+++ b/src/lib/extensions/discord.js/BushCommandInteraction.ts
@@ -1,13 +1,18 @@
-import type { BushApplicationCommand, BushGuild, BushGuildEmoji, BushGuildMember, BushRole, BushUser } from '#lib';
-import type { APIInteractionGuildMember } from 'discord-api-types/v9';
-import { CommandInteraction, type CacheType, type CacheTypeReducer, type Invite, type Snowflake } from 'discord.js';
-import type { RawCommandInteractionData } from 'discord.js/typings/rawDataTypes';
-import {
+import type {
+ BushApplicationCommand,
+ BushClient,
+ BushGuild,
+ BushGuildEmoji,
+ BushGuildMember,
BushGuildTextBasedChannel,
BushNonThreadGuildBasedChannel,
+ BushRole,
BushTextBasedChannel,
- type BushClient
-} from '../discord-akairo/BushClient';
+ BushUser
+} from '#lib';
+import type { APIInteractionGuildMember } from 'discord-api-types/v9';
+import { CommandInteraction, type CacheType, type CacheTypeReducer, type Invite, type Snowflake } from 'discord.js';
+import type { RawCommandInteractionData } from 'discord.js/typings/rawDataTypes';
export type BushGuildResolvable =
| BushGuild