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:
parent
844ed11d02
commit
6b3a047e85
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue