Updated eslint
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { AutocompleteInteraction } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
|
||||
export default interface IAutocomplete {
|
||||
name: string
|
||||
description: string
|
||||
execute: (arg: { interaction: AutocompleteInteraction, client :ExtendedClient }) => Promise<void>
|
||||
execute: (arg: { interaction: AutocompleteInteraction, client: ExtendedClient }) => Promise<void>
|
||||
}
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { ButtonInteraction } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { ChatInputCommandInteraction, SlashCommandBuilder } from "discord.js"
|
||||
import { ExtendedClient as Client } from "utils/Client"
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { ContextMenuCommandInteraction, ContextMenuCommandBuilder } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { ClientEvents } from "discord.js"
|
||||
|
||||
export default interface IEvent {
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import { ModalSubmitInteraction } from "discord.js"
|
||||
import { ExtendedClient } from "utils/Client"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user