Overview of Poise features
currentPoise is an opinionated Discord bot framework designed to simplify command handling and interaction. Key features include:
- Slash commands: Define slash commands using a single Rust function signature.
- Flexible argument parsing: Command parameters are automatically parsed from normal Rust types.
- Text commands: Commands are agnostic, supporting both legacy text-based commands and modern slash commands.
- Edit tracking: Automatically updates bot responses when a user edits their message.