|
@ -24,6 +24,7 @@ class VoiceState(SlottedModel): |
|
|
def user(self): |
|
|
def user(self): |
|
|
return self.client.state.users.get(self.user_id) |
|
|
return self.client.state.users.get(self.user_id) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class VoiceRegion(SlottedModel): |
|
|
class VoiceRegion(SlottedModel): |
|
|
id = Field(text) |
|
|
id = Field(text) |
|
|
name = Field(text) |
|
|
name = Field(text) |
|
|