Skip to content

CommandHandler.StartChatListen

<<nil> nil> CommandHandler.StartChatListen(<CommandHandler> self)
This starts the handler. It listens to every message chatted by every user and executes a command if they said one.

How this works

It passes the message to CommandHandler.Execute

Parameters

  • CommandHandler Handler

    The command handler

Returns

  • nil nil

Source