Skip to content

Commit

Permalink
Make events module pub
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Sep 5, 2023
1 parent 7385dc4 commit cb82604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gateway.rs
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ impl<T: WebSocketEvent> GatewayEvent<T> {
}
}

mod events {
pub mod events {
use super::*;

#[derive(Default, Debug)]
Expand Down

0 comments on commit cb82604

Please sign in to comment.