Make events module pub

This commit is contained in:
bitfl0wer 2023-09-06 01:32:38 +02:00
parent 7385dc4be0
commit cb82604254
No known key found for this signature in database
GPG Key ID: 0ACD574FCF5226CF
1 changed files with 1 additions and 1 deletions

View File

@ -917,7 +917,7 @@ impl<T: WebSocketEvent> GatewayEvent<T> {
} }
} }
mod events { pub mod events {
use super::*; use super::*;
#[derive(Default, Debug)] #[derive(Default, Debug)]