fix(command): correct export statement in ping command and update import in status command

This commit is contained in:
2025-10-29 16:27:18 +01:00
parent 978d21a120
commit 0504e8262d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import { ApplicationIntegrationType, ChatInputCommandInteraction, CommandInteraction, EmbedBuilder, InteractionContextType, SlashCommandBuilder } from "discord.js";
import ping from "ping";
import statusService from "../../services/status.service";
import CommandDefinition from "./ping.command";
import { CommandDefinition } from "../../type";
const cmd : CommandDefinition = {
data: new SlashCommandBuilder()