#[commands]
Expand description
Marks a mod that contains commands
A mod needs to be marked when multiple command mods should be combined. See combine_handlers! for a detailed explanation/example.
Requires usage of unstable feature: #![feature(proc_macro_hygiene)]