Platform: Managing Bot Types - toddrob99/redball GitHub Wiki

The redball platform includes standard bot types, which you can find listed here.

Additional bot types can be defined on the System Config page, in the Bot Types section. Enter a description and module name (e.g. if your module is myCoolBot.py, module name would be myCoolBot)

To set up a custom bot type, place your Python module in the /bots folder and add a custom bot with the module folder or file name (without .py) in the module name field.