Skip to content

Commit d5d7235

Browse files
committed
chore: remove dead imports in walkthrough
1 parent e06270e commit d5d7235

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/commands/util/walkthrough.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ import { config } from "@lib/config.js";
33
import { isHelpPost as isHelpThread } from "@lib/channels.js";
44
import issueCategorySelector from "@components/issueCategorySelector.js";
55

6-
import {
7-
ChannelType,
6+
import {
87
type ChatInputCommandInteraction, SlashCommandBuilder,
98
ActionRowBuilder, StringSelectMenuBuilder, EmbedBuilder, type Embed, Colors,
109
PublicThreadChannel,
11-
GuildTextBasedChannel,
12-
ThreadChannel
10+
GuildTextBasedChannel
1311
} from "discord.js";
1412

1513
export function generateMessage(question: string, component: StringSelectMenuBuilder, embeds: (EmbedBuilder | Embed)[] = []) {

0 commit comments

Comments
 (0)