From 0aa439d5caa8028b6d310de45258cbcef16ca2eb Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 7 Jan 2024 21:50:38 -0600 Subject: rewrite testbot to use brigadier --- azalea/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea/README.md') 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(); } -- cgit v1.2.3