Commands.php
Table of Contents
Classes
- Commands
- Framework-agnostic command handlers shared by chat commands, slash commands and message components. Every method resolves a `MessageBuilder` ready to be sent or used to update a message/interaction response, so the three entry points in `bot.php` never duplicate business logic.