diff options
| author | mat <git@matdoes.dev> | 2025-02-21 20:20:17 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2025-02-21 20:20:17 +0000 |
| commit | 5fdea4c0b7c5617133a8b497b9ead8829a21135d (patch) | |
| tree | 8848bbf54e975a9fa92586df12216d447e19475e | |
| parent | 24babbdbe5b54fec277b48833cf8fec9928ca873 (diff) | |
| download | azalea-drasl-5fdea4c0b7c5617133a8b497b9ead8829a21135d.tar.xz | |
fix wrong docs for testbot
| -rw-r--r-- | azalea/examples/testbot/main.rs | 4 |
1 files 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 |
