CommandHandler

CommandHandler

The command handler for the client

Constructor

new CommandHandler(client, commandDatabase)

Source:
Parameters:
Name Type Description
client ModzClient The client this command handler is for
commandDatabase CommandDatabase The commands the handler will use

Members

(readonly) client :ModzClient

The client this command handler is for
Source:
Type:

commandDatabase :Collection

The command collection the handler uses
Source:
Type:
  • Collection