diff options
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 }); |
