From 6a318ee6f92620c6c562df4baf144438f9fe84f9 Mon Sep 17 00:00:00 2001 From: TheDudeFromCI Date: Sat, 19 Aug 2023 18:31:21 -0700 Subject: Export bot.rs (#101) --- azalea/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea/src/lib.rs b/azalea/src/lib.rs index ce3494e2..9a8dc560 100644 --- a/azalea/src/lib.rs +++ b/azalea/src/lib.rs @@ -22,7 +22,7 @@ pub use azalea_entity as entity; pub use azalea_protocol as protocol; pub use azalea_registry::{Block, EntityKind, Item}; pub use azalea_world as world; -pub use bot::DefaultBotPlugins; +pub use bot::*; use ecs::component::Component; use futures::{future::BoxFuture, Future}; use protocol::{ -- cgit v1.2.3