Skip to content
This repository was archived by the owner on Feb 26, 2019. It is now read-only.

Building a Module

InfiniyPhase edited this page Jan 26, 2018 · 2 revisions

Invokers

Invokers are commands that are called using the bot prefix, found in the Constants file. They are usually simpler to implement than responders, and have stricter syntax.

Responders

Responders are commands that search for the bot's name, found in the Constants file. By default, the name is CARIS. The search is done case-insensitive, so calling: cArIs would still work. These modules usually use a form of Natural Language Processing, for ease of communication. They can also be used to give the bot personality, responding to positive or negative terms.

Clone this wiki locally