Skip to main content
Version: Next

CommandKitOptions

CommandKitOptions

Options for instantiating a CommandKit handler.

Signature
interface CommandKitOptions {
client?: Client;
}

client

property
Client

The Discord.js client object to use with CommandKit.