diff options
| author | mat <git@matdoes.dev> | 2023-12-16 15:19:27 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-16 15:19:27 -0600 |
| commit | 844ed11d02163f5a179c670d59d464146c4d9a9f (patch) | |
| tree | 7cf1f8db53edcd8d9613b1f765c438dda844b26b /azalea/examples | |
| parent | a069ffe9827dc554cbb749f5e7d88c2d36906c3d (diff) | |
| download | azalea-drasl-844ed11d02163f5a179c670d59d464146c4d9a9f.tar.xz | |
fix SwarmEvent::Login and SwarmEvent::Init maybe
Diffstat (limited to 'azalea/examples')
| -rwxr-xr-x | azalea/examples/echo.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs index 01390982..38c5d801 100755 --- a/azalea/examples/echo.rs +++ b/azalea/examples/echo.rs @@ -5,7 +5,7 @@ use azalea::prelude::*; #[tokio::main] async fn main() { let account = Account::offline("bot"); - // or let account = Account::microsoft("email").await.unwrap(); + let account = Account::microsoft("email").await.unwrap(); ClientBuilder::new() .set_handler(handle) |
