Poise is an opinionated Discord bot framework with a few distinctive features:
- edit tracking: when user edits their message, automatically update bot response
- slash commands: completely define both normal and slash commands with a single function
- flexible argument parsing: command parameters are defined with normal Rust types and parsed automatically
For each bot, there's a list of notable features for you to take inspiration from.
- Dexscreener Pricebot by @keiveulbugs: embeds, API calls, ephemeral messages
- TTS Bot by @GnomedDev: localization, database, voice
- Scripty by @tazz4843: localization, database, voice
- Etternabot by @kangalioo: response transformation, variadic and lazy arguments
- Rustbot by @kangalioo: database, custom prefixes
You're welcome to add your own bot via a PR!
For more projects, see GitHub's Used By page.