Module serenity::framework::standard::macros

source ·
👎Deprecated: The standard framework is deprecated, and will be removed in 0.13. Please migrate to poise for command handling
Available on crate features framework and standard_framework only.

Attribute Macros§

  • A macro for marking a function as a condition checker to groups and commands.
  • The heart of the attribute-based framework.
  • Create a grouping of commands.
  • A brother macro to command, but for the help command. An interface for simple browsing of all the available commands the bot provides, and reading through specific information regarding a command.
  • A macro that transforms async functions (and closures) into plain functions, whose return type is a boxed Future.