NoCliHandlerOptions

The Setup configurations for NoCliHandler | Type Annotation

Parameter
Description
Type
Required

client

The Discord.JS Client you initialized

true

mongoDB

Connects to MongoDB

false

configuration

The Bot Configuration

true

debugging

The Environment Configuration

true

testServers

The test guilds testonly commands can only work in

String[]

false

botOwners

The array of Discord ID of bot owners

String[]

false

language

The language you are using to develop your Discord.JS Bot

true

cooldownConfig

The options for cooldowns

false

emojiConfig

Sets the default emojis for messages sent from the command handler

NoCliEmojiConfigOptions

false

disabledDefaultCommands

The default commands from the command handler to disable when the bot starts

String[]

false

Last updated