From 5fdea4c0b7c5617133a8b497b9ead8829a21135d Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 21 Feb 2025 20:20:17 +0000 Subject: [PATCH] fix wrong docs for testbot --- azalea/examples/testbot/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azalea/examples/testbot/main.rs b/azalea/examples/testbot/main.rs index 0034e946..97340c55 100644 --- a/azalea/examples/testbot/main.rs +++ b/azalea/examples/testbot/main.rs @@ -13,8 +13,8 @@ //! //! - `--owner` or `-O`: The username of the player who owns the bot. The bot //! will ignore commands from other players. -//! - `--name` or `-N`: The username or email of the bot. -//! - `--address` or `-A`: The address of the server to join. +//! - `--account` or `-A`: The username or email of the bot. +//! - `--server` or `-S`: The address of the server to join. //! - `--pathfinder-debug-particles` or `-P`: Whether the bot should run //! /particle a ton of times to show where it's pathfinding to. You should //! only have this on if the bot has operator permissions, otherwise it'll