Skip to main content
Version: Next

CommandKitConfiguration

CommandKitConfiguration

Signature
interface CommandKitConfiguration {
defaultLocale: Locale;
getMessageCommandPrefix: (message: Message) => Awaitable<string | string[]>;
}

defaultLocale

property
Locale

getMessageCommandPrefix

property
(message: Message) => Awaitable<string | string[]>