aboutsummaryrefslogtreecommitdiff
path: root/azalea/README.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-01-07 21:50:38 -0600
committermat <git@matdoes.dev>2024-01-07 21:50:38 -0600
commit0aa439d5caa8028b6d310de45258cbcef16ca2eb (patch)
tree7c8c201935eb62196c2d57718965861724d22fe8 /azalea/README.md
parent5ea127114582e3320381d09e880f6a433ccb8710 (diff)
downloadazalea-drasl-0aa439d5caa8028b6d310de45258cbcef16ca2eb.tar.xz
rewrite testbot to use brigadier
Diffstat (limited to 'azalea/README.md')
-rwxr-xr-xazalea/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/README.md b/azalea/README.md
index 339c57a2..f4095191 100755
--- a/azalea/README.md
+++ b/azalea/README.md
@@ -53,7 +53,7 @@ async fn main() {
ClientBuilder::new()
.set_handler(handle)
- .start(account.clone(), "localhost")
+ .start(account, "localhost")
.await
.unwrap();
}