diff options
| author | mat <github@matdoes.dev> | 2023-02-13 18:22:42 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2023-02-13 18:22:42 -0600 |
| commit | edc37cfd4b16abc413733d91810efa774a91963f (patch) | |
| tree | ca20482714b7fe0731f8fe2187b54a19d836e7d6 /azalea/examples/echo.rs | |
| parent | 37b0cbf0589913b4aab551ae011774e1c9680af7 (diff) | |
| download | azalea-drasl-edc37cfd4b16abc413733d91810efa774a91963f.tar.xz | |
fix bad compression on sending long packets
THANKS JAM \SHARP
Diffstat (limited to 'azalea/examples/echo.rs')
| -rwxr-xr-x | azalea/examples/echo.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs index 292e12cd..46853bf4 100755 --- a/azalea/examples/echo.rs +++ b/azalea/examples/echo.rs @@ -4,6 +4,8 @@ use azalea::prelude::*; #[tokio::main] async fn main() { + env_logger::init(); + let account = Account::offline("bot"); // or let account = Account::microsoft("email").await; |
