LoadedCommand
LoadedCommand
Represents a loaded command with its metadata and configuration.
Signature
interface LoadedCommand {
command: Command;
data: AppCommand;
guilds?: string[];
}
Represents a loaded command with its metadata and configuration.
interface LoadedCommand {
command: Command;
data: AppCommand;
guilds?: string[];
}