All Classes and Interfaces
Class
Description
The main class of the library containing all important methods, like to run the bot.
The enum containing all possible property change keys.
A builder class to build a
Bot instance.A class to create a context object which contains details about the command like message, owner (author), server ID,
Bot instance, command name and command arguments.An interface to implement the method for receiving command (messages sent with the currently set bot prefix) events.
An interface to implement the method for receiving error events.
A class to create a context object which contains details about the message like message text, owner (author), server ID and
Bot instance.An interface to implement the method for receiving message events.
An interface to implement the method for receiving the bot start event.
This class describes a user or bot.