diff options
| author | mat <git@matdoes.dev> | 2023-12-16 15:20:24 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-16 15:20:24 -0600 |
| commit | 6b3a047e8572a5c8b1216635da6e9fc532ffb677 (patch) | |
| tree | 7300207a507002c9aea8deb270ce2747a2904e3e | |
| parent | 844ed11d02163f5a179c670d59d464146c4d9a9f (diff) | |
| download | azalea-drasl-6b3a047e8572a5c8b1216635da6e9fc532ffb677.tar.xz | |
revert accidental change to echo example
| -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 38c5d801..01390982 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"); - let account = Account::microsoft("email").await.unwrap(); + // or let account = Account::microsoft("email").await.unwrap(); ClientBuilder::new() .set_handler(handle) |
