Push relevant channels in Ready payload.

This commit is contained in:
Paul Makles
2021-01-18 14:14:56 +00:00
parent 124aa8a9bf
commit 15357008d6
3 changed files with 44 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ pub enum ClientboundNotification {
Authenticated,
Ready {
users: Vec<User>,
channels: Vec<Channel>
},
/*MessageCreate {