CommandContext
CommandContext
Represents a command context.
Signature
interface CommandContext<T extends Interaction, Cached extends CacheType> {
    interaction: Interaction<CacheType>;
    client: Client;
    handler: CommandKit;
}
Represents a command context.
interface CommandContext<T extends Interaction, Cached extends CacheType> {
    interaction: Interaction<CacheType>;
    client: Client;
    handler: CommandKit;
}