diff options
Diffstat (limited to 'azalea/examples')
| -rwxr-xr-x | azalea/examples/echo.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs index 292e12cd..46853bf4 100755 --- a/azalea/examples/echo.rs +++ b/azalea/examples/echo.rs @@ -4,6 +4,8 @@ use azalea::prelude::*; #[tokio::main] async fn main() { + env_logger::init(); + let account = Account::offline("bot"); // or let account = Account::microsoft("email").await; |
