11.diff (362B)
1 diff --git a/example-bot/src/commands/mod.rs b/example-bot/src/commands/mod.rs 2 index fc4b0f1..2a36cea 100644 3 --- a/example-bot/src/commands/mod.rs 4 +++ b/example-bot/src/commands/mod.rs 5 @@ -6,5 +6,5 @@ pub mod hello_world; 6 7 #[command_generate(bot_name = "Example", description = "This bot prints hello!")] 8 enum Commands { 9 - HelloWorld, 10 + Hello_World, 11 }