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