Expand description

This is the headless client for running any number* of automatically ran bots, to populate empty servers for demonstration.

* within performance limitations

Usage

# Start up 100 bots:
bot_client 100

Functions

bot_main 🔒

Runs the bot. See the rest of this function’s docs for implementation details.

main 🔒

The main function of the bot_client program, starts up as many bots as specified in the command line arguments. Each bot runs on its own thread.