mirror of
https://github.com/thedrewen/protojx-manager.git
synced 2026-03-21 09:48:56 +01:00
feat: refactor command imports, enhance status service with logging and notification features, and update entity definitions
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { ApplicationIntegrationType, ChatInputCommandInteraction, CommandInteraction, ContainerBuilder, EmbedBuilder, InteractionContextType, MessageFlags, SlashCommandBuilder } from "discord.js";
|
||||
import ping from "ping";
|
||||
import { ApplicationIntegrationType, ChatInputCommandInteraction, InteractionContextType, MessageFlags, SlashCommandBuilder } from "discord.js";
|
||||
import statusService from "../../services/status.service";
|
||||
import { CommandDefinition, InfraType } from "../../type";
|
||||
import { secureHeapUsed } from "crypto";
|
||||
import { CommandDefinition} from "../../type";
|
||||
|
||||
const cmd : CommandDefinition = {
|
||||
data: new SlashCommandBuilder()
|
||||
|
||||
Reference in New Issue
Block a user