Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The example in the README would fail to compile due to an error: ``` --> src/main.rs:15:1 | 15 | command!(ping(_context, message) { | ^^^^^^^ error: aborting due to previous error ``` This can be fixed by prefixing `extern crate` with `#[macro_use]`.
- Loading branch information