diff --git a/src/main.rs b/src/main.rs index ef5bde0..c9910cc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,7 +46,7 @@ async fn callback(bot: Bot, msg: Message, commands: Commands) -> ResponseResult< Commands::Help => { bot.send_message(msg.chat.id, Commands::descriptions().to_string()).await?; }, - Commands::Nurnberg(reason) => { + Commands::Nuremberg(reason) => { if is_admin_check(&msg, &bot).await { let reason_result = if reason.is_empty() { None } else { Some(reason) }; let _ = ban_user(