Skip to content

Commit 20e0379

Browse files
committed
Remove unused import
1 parent ae814a2 commit 20e0379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interactions/slash-commands/report-user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { UserCommand } from 'hiei.js'
2-
import { ActionRowBuilder, EmbedBuilder, ModalBuilder, PermissionFlagsBits, TextInputBuilder, TextInputStyle, channelMention, roleMention, userMention, time } from 'discord.js'
2+
import { ActionRowBuilder, EmbedBuilder, ModalBuilder, PermissionFlagsBits, TextInputBuilder, TextInputStyle, channelMention, roleMention, userMention } from 'discord.js'
33
import { createModalCollector, getUsername } from '../../utilities/discord-util.js'
44
import log from '../../utilities/logger.js'
55

0 commit comments

Comments
 (0)