@@ -1,5 +1,5 @@
|
||||
import { AutocompleteInteraction } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
import { ExtendedClient } from "utils/Client.js"
|
||||
|
||||
export default interface IAutocomplete {
|
||||
name: string
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ButtonInteraction } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
import { ExtendedClient } from "utils/Client.js"
|
||||
|
||||
export default interface IButton {
|
||||
name: string
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ChatInputCommandInteraction, SlashCommandBuilder } from "discord.js"
|
||||
import { ExtendedClient as Client } from "utils/Client"
|
||||
import { ExtendedClient as Client } from "utils/Client.js"
|
||||
|
||||
export default interface ICommand {
|
||||
name: string
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ContextMenuCommandInteraction, ContextMenuCommandBuilder } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
import { ExtendedClient } from "utils/Client.js"
|
||||
|
||||
export default interface IContextMenu {
|
||||
name: string
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { ModalSubmitInteraction } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
import { ExtendedClient } from "utils/Client.js"
|
||||
|
||||
export default interface IModal {
|
||||
name: string
|
||||
|
||||
Reference in New Issue
Block a user