[](https://crates.io/crates/twix)
[](https://docs.rs/twix/)
[](https://opensource.org/licenses/MIT)
[](https://blog.rust-lang.org/2025/05/15/Rust-1.87.0/)
# Twix
Twix is a modern Discord bot framework with the following features:
- Unified Macro: Define both slash and text commands with a single macro.
- Flexible Parsing: Command parameters use standard Rust types and are parsed automatically.
- Edit Tracking: Automatically update the bot’s response when the user edits their message.
- Extensible Modules: Designed for modularity, allowing easy extension and customization.
# How to use
Most information is in the [API documentation](https://docs.rs/twix/). Also take a look at the [examples](examples), to learn what twix can do.