Skip to main content
Version: 1.x

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.