Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 876 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 876 Bytes

Build Docs License: MIT Rust: 1.53+

Poise

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