Process of format fixing
This commit is contained in:
@@ -12,6 +12,6 @@ export default interface Command {
|
||||
data: SlashCommandBuilder
|
||||
execute: (
|
||||
interaction: ChatInputCommandInteraction,
|
||||
client: Client,
|
||||
client: Client
|
||||
) => Promise<void>
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/* eslint-disable no-unused-vars */
|
||||
import {
|
||||
ContextMenuCommandInteraction,
|
||||
ContextMenuCommandBuilder,
|
||||
ContextMenuCommandBuilder
|
||||
} from "discord.js"
|
||||
|
||||
export default interface ContextMenu {
|
||||
|
||||
@@ -25,5 +25,5 @@ export {
|
||||
Guild,
|
||||
GuildData,
|
||||
Player,
|
||||
PlayerData,
|
||||
PlayerData
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user