mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 23:44:38 +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]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
let account = Account::offline("bot");
|
let account = Account::offline("bot");
|
||||||
let account = Account::microsoft("email").await.unwrap();
|
// or let account = Account::microsoft("email").await.unwrap();
|
||||||
|
|
||||||
ClientBuilder::new()
|
ClientBuilder::new()
|
||||||
.set_handler(handle)
|
.set_handler(handle)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue