Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
Find a file
2025-07-22 11:23:19 +01:00
.github Add support for Components V2 (#356) 2025-07-22 11:23:19 +01:00
examples Add support for Components V2 (#356) 2025-07-22 11:23:19 +01:00
macros Fix breakage caused by AsRef removal and error cleanup 2025-02-15 13:47:08 +00:00
src Add support for Components V2 (#356) 2025-07-22 11:23:19 +01:00
.gitignore Commit Cargo.lock to make tests/examples deterministic 2022-01-20 21:40:31 +01:00
Cargo.lock Add support for Components V2 (#356) 2025-07-22 11:23:19 +01:00
Cargo.toml Add support for Components V2 (#356) 2025-07-22 11:23:19 +01:00
CHANGELOG.md Bump to 0.6.1 2024-01-11 15:08:20 +01:00
LICENSE Create LICENSE 2021-09-09 07:22:39 +02:00
README.md Add support for Components V2 (#356) 2025-07-22 11:23:19 +01:00
release-guide.md Add blackjack and hookers to CHANGELOG.md 2023-10-22 17:23:03 +02:00

Build crates.io Docs Docs (git) License: MIT Rust: 1.88+

Poise

Poise is an opinionated Discord bot framework with a few distinctive features:

  • slash commands: completely define slash commands with a single function signature
  • flexible argument parsing: command parameters are defined with normal Rust types and parsed automatically
  • text commands: commands are agnostic over old text-based commands and slash commands
  • edit tracking: when user edits their message, automatically update bot response

How to use

Most information is in the API documentation. Also take a look at the examples, especially feature_showcase, to learn what poise can do.

If you're using a development version from git directly, you probably want to look at the documentation for the current or next branch instead.

For further questions, don't hesitate to join the support server: https://discord.gg/serenity-rs.

Bots using poise

For each bot, there's a list of notable features for you to take inspiration from.

You're welcome to add your own bot via a PR!

For more projects, see GitHub's Used By page.