Skip to main content
To hook into the AeroDesk system, your main class must extend AeroDeskAddon. This base class provides access to the bot API, configuration, and lifecycle hooks so you can build custom addons that integrate seamlessly with AeroDesk. The examples below show a minimal implementation and a more detailed implementation with error handling.