generated from Baipyrus/DiscordJS-Template
prepare required imports
This commit is contained in:
parent
57cc53ba99
commit
be5f26acca
@ -1,10 +1,15 @@
|
||||
import {
|
||||
ModalBuilder,
|
||||
TextInputBuilder,
|
||||
ActionRowBuilder,
|
||||
SlashCommandBuilder,
|
||||
PermissionFlagsBits,
|
||||
ModalSubmitInteraction,
|
||||
AutocompleteInteraction,
|
||||
ChatInputCommandInteraction
|
||||
ChatInputCommandInteraction,
|
||||
TextInputStyle
|
||||
} from 'discord.js';
|
||||
import { Guilds, Keywords, Responses } from '../../database.js';
|
||||
|
||||
/** @param {ChatInputCommandInteraction} interaction */
|
||||
async function createResponse(interaction) {}
|
||||
|
Loading…
Reference in New Issue
Block a user