fix: add emojis to ServerCreate event

This commit is contained in:
Bob Bobs
2023-12-01 17:21:39 -07:00
committed by Paul Makles
parent 1f593a1708
commit db63ac4064
5 changed files with 9 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ pub enum EventV1 {
id: String,
server: Server,
channels: Vec<Channel>,
emojis: Vec<Emoji>,
},
/// Update existing server