mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-23 05:01:54 +01:00
fix(command): correct export statement in ping command and update import in status command
This commit is contained in:
@@ -46,4 +46,4 @@ const cmd : CommandDefinition = {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default CommandDefinition;
|
export default cmd;
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
import { ApplicationIntegrationType, ChatInputCommandInteraction, CommandInteraction, EmbedBuilder, InteractionContextType, SlashCommandBuilder } from "discord.js";
|
import { ApplicationIntegrationType, ChatInputCommandInteraction, CommandInteraction, EmbedBuilder, InteractionContextType, SlashCommandBuilder } from "discord.js";
|
||||||
import ping from "ping";
|
import ping from "ping";
|
||||||
import statusService from "../../services/status.service";
|
import statusService from "../../services/status.service";
|
||||||
import CommandDefinition from "./ping.command";
|
import { CommandDefinition } from "../../type";
|
||||||
|
|
||||||
const cmd : CommandDefinition = {
|
const cmd : CommandDefinition = {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
|
|||||||
Reference in New Issue
Block a user