diff options
| author | mat <27899617+mat-1@users.noreply.github.com> | 2022-10-16 23:08:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-16 23:08:39 -0500 |
| commit | 0f88e05a0cfe43c910f130f8e70f51055d9f6fd2 (patch) | |
| tree | dd1b899c7b90ae80b13bb0c84b44615dde63c7b1 /azalea-client/src/lib.rs | |
| parent | ab9e50b1307012b698d826a1f4d04b347ee2203f (diff) | |
| download | azalea-drasl-0f88e05a0cfe43c910f130f8e70f51055d9f6fd2.tar.xz | |
Add chat function (#28)
* add Client::chat
* make the default bot do chat
Diffstat (limited to 'azalea-client/src/lib.rs')
| -rwxr-xr-x | azalea-client/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
