Skip to content

Commit

Permalink
Add latency to the general group in the 5th example
Browse files Browse the repository at this point in the history
  • Loading branch information
arqunis committed Aug 31, 2020
1 parent f00f1c0 commit c8dacf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/e05_command_framework/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ impl EventHandler for Handler {
}

#[group]
#[commands(about, am_i_admin, say, commands, ping, some_long_command)]
#[commands(about, am_i_admin, say, commands, ping, latency, some_long_command)]
struct General;

#[group]
Expand Down

0 comments on commit c8dacf2

Please sign in to comment.