AyleeBot is a framework used to build and launch private Discord bot instances, written by Cyc (cycloptux#1543) and based on the public GiselleBot.
This repository will host the source documentation files, used to build the actual documentation websites hosted on the developer's website or ReadTheDocs.
The documentation for a specific bot will automatically build from the framework once a correct set of environmental variables are set during build time. Here's an example:
export BOT_IDENTIFIER="ayleebot"
export BOT_NAME="AyleeBot"
export BOT_PREFIX="?"
export BOT_PREFIX_LITERAL="a question mark"
export COMPANY_NAME="DisComm | Community Management"
export DISCORD_NAME="DisComm Official"