forked from jmug/stoatchat
fix: include voice states in servercreate event
feat: call started system message in dms
This commit is contained in:
@@ -120,6 +120,7 @@ pub enum EventV1 {
|
||||
server: Server,
|
||||
channels: Vec<Channel>,
|
||||
emojis: Vec<Emoji>,
|
||||
voice_states: Vec<ChannelVoiceState>
|
||||
},
|
||||
|
||||
/// Update existing server
|
||||
|
||||
Reference in New Issue
Block a user