Darkbot Plugins
Navigate to the folder where your bot is installed and drag the file into the /plugins directory.
Consider a !calc plugin that evaluates mathematical expressions. Using the shared object model, the plugin implements: darkbot plugins
: Create a class that implements the base plugin interface from the API. Implement Logic and override the method to define what the bot should do every frame. Navigate to the folder where your bot is