diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-02-14 02:37:58 -0500 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-02-14 02:37:58 -0500 |
| commit | 0e30b074c1e27f11141ff6c74e6dc948a981603b (patch) | |
| tree | 57acee47e06224468ddc7e367d1fe1ebabaf9cd9 /src/main.rs | |
| parent | f200abd14e4e25d5f7209e4623b3677741d8e219 (diff) | |
improve documentation
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 007aae9..a6f97ae 100644 --- a/src/main.rs +++ b/src/main.rs @@ -89,7 +89,7 @@ fn run() -> Result<()> { } } }) - .bucket("std", 1, 10, 3) + .bucket("Standard", 1, 10, 3) .customised_help(help_commands::with_embeds, |c| { c }); |
