diff options
Diffstat (limited to 'azalea/examples/echo.rs')
| -rw-r--r-- | azalea/examples/echo.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea/examples/echo.rs b/azalea/examples/echo.rs index 07dd50c1..8c11d6e7 100644 --- a/azalea/examples/echo.rs +++ b/azalea/examples/echo.rs @@ -1,8 +1,6 @@ //! A simple bot that repeats chat messages sent by other players. -use azalea::{Account, Client, Event}; -use parking_lot::Mutex; -use std::sync::Arc; +use azalea::prelude::*; #[tokio::main] async fn main() { |
