diff options
| author | TheDudeFromCI <thedudefromci@gmail.com> | 2023-08-19 18:31:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-19 20:31:21 -0500 |
| commit | 6a318ee6f92620c6c562df4baf144438f9fe84f9 (patch) | |
| tree | cefe25636402366c395273f9909d17906ee9e2a9 | |
| parent | f0ff8e7f295270795000f6a8fcd8c2230a3733f5 (diff) | |
| download | azalea-drasl-6a318ee6f92620c6c562df4baf144438f9fe84f9.tar.xz | |
Export bot.rs (#101)
| -rw-r--r-- | azalea/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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::{ |
