Skip to main content
Version: Next

CommandKitOptions

CommandKitOptions

Options for instantiating a CommandKit handler.

PropertyTypeValueDescription
cacheProvidernull | CacheProviderN/AThe cache provider to use with CommandKit. Defaults to MemoryCache provider.
Set this to null to not use any cache provider.
clientClientN/AThe Discord.js client object to use with CommandKit.