From 0e30b074c1e27f11141ff6c74e6dc948a981603b Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Wed, 14 Feb 2018 02:37:58 -0500 Subject: improve documentation --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') 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 }); -- cgit v1.3.1