diff options
Diffstat (limited to 'azalea/examples/echo.rs')
| -rw-r--r-- | 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 75cd235f..a5e27d56 100644 --- a/azalea/examples/echo.rs +++ b/azalea/examples/echo.rs @@ -6,7 +6,7 @@ use parking_lot::Mutex; #[tokio::main] async fn main() { let account = Account::offline("bot"); - // or let account = azalea::Account::microsoft("access token").await; + // or let account = Account::microsoft("access token").await; azalea::start(azalea::Options { account, |
