CommandHandler

CommandHandler

This is the chat handling class file. This is the command running code. Very finiky

Constructor

new CommandHandler()

Source:

Methods

getCommand(message, guildConfigs) → (nullable) {Command}

Checks if a message is a command

Parameters:
Name Type Default Description
message Message

The message to get the command from

guildConfigs boolean false

Whether or not custom configs is enabled

Source:
Returns:
Type
Command