Class | Description |
---|---|
Bot |
Handles the functions of the bot (such as replying to comments,
checking if a comment summons the bot, etc) but does not contain
the connecting logic (looping through each comment that has to be checked
and checking it, for example).
|
BotDriver |
The driver for the bot, based on summons.
|
BotUtils |
Supports some common formatting.
|
Database |
Describes a database.
|
FileConfiguration |
Loads lots and lots of various strings/properties from there appropriate
files.
|
Retryable<T> |
Meant to be used in anonymous classes, this
retries
runImpl by means of exponential back-off. |
Table |
Describes a table for reddit formatting
|
Table.ColumnName |
Contains the name & alignment of the column
|
Enum | Description |
---|---|
Table.Alignment |
Describes an alignment in a column
|