serenity-rs / poise

Discord bot command framework for serenity, with advanced features like edit tracking and flexible argument parsing
MIT License
624 stars 111 forks source link

implement `pretty_help` #233

Closed asibahi closed 7 months ago

asibahi commented 8 months ago

Two things are in this PR:

  1. Created an alternate help template that uses embeds instead of code blocks. It is not tested yet as I do not have a way to test subcommands. (pretty_help reuses an item from the help module, so it redeclares it as pub(super))
  2. Some reformatting of the help module.