From 0f88e05a0cfe43c910f130f8e70f51055d9f6fd2 Mon Sep 17 00:00:00 2001 From: mat <27899617+mat-1@users.noreply.github.com> Date: Sun, 16 Oct 2022 23:08:39 -0500 Subject: Add chat function (#28) * add Client::chat * make the default bot do chat --- azalea-client/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'azalea-client/src/lib.rs') diff --git a/azalea-client/src/lib.rs b/azalea-client/src/lib.rs index c30ca103..1ed30394 100755 --- a/azalea-client/src/lib.rs +++ b/azalea-client/src/lib.rs @@ -1,6 +1,7 @@ //! Significantly abstract azalea-protocol so it's actually useable for bots. mod account; +mod chat; mod client; mod get_mc_dir; mod movement; -- cgit v1.2.3