We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae814a2 commit 20e0379Copy full SHA for 20e0379
src/interactions/slash-commands/report-user.js
@@ -1,5 +1,5 @@
1
import { UserCommand } from 'hiei.js'
2
-import { ActionRowBuilder, EmbedBuilder, ModalBuilder, PermissionFlagsBits, TextInputBuilder, TextInputStyle, channelMention, roleMention, userMention, time } from 'discord.js'
+import { ActionRowBuilder, EmbedBuilder, ModalBuilder, PermissionFlagsBits, TextInputBuilder, TextInputStyle, channelMention, roleMention, userMention } from 'discord.js'
3
import { createModalCollector, getUsername } from '../../utilities/discord-util.js'
4
import log from '../../utilities/logger.js'
5
0 commit comments