diff --git a/src/types/entities/mod.rs b/src/types/entities/mod.rs index 7a43496..1331c9c 100644 --- a/src/types/entities/mod.rs +++ b/src/types/entities/mod.rs @@ -51,7 +51,7 @@ mod voice_state; mod webhook; #[async_trait] -pub(crate) trait Composite { +pub trait Composite { async fn watch_whole(self, gateway: &GatewayHandle) -> Self; async fn option_observe_fn(