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:
3
src/type.d.ts
vendored
3
src/type.d.ts
vendored
@@ -6,6 +6,7 @@ export type Host = {
|
||||
name: string,
|
||||
alive: boolean,
|
||||
ping_type: 'ping' | 'website',
|
||||
type: InfraType
|
||||
type: InfraType,
|
||||
notify: boolean;
|
||||
};
|
||||
export type CommandDefinition = { data: SlashCommandBuilder, execute: (interaction: ChatInputCommandInteraction) => void, buttons?: { id: string, handle: (interaction: ButtonInteraction) => void}[]};
|
||||
Reference in New Issue
Block a user