1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

revert accidental change to echo example

This commit is contained in:
mat 2023-12-16 15:20:24 -06:00
parent 844ed11d02
commit 6b3a047e85

View file

@ -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)