diff --git a/disco/types/voice.py b/disco/types/voice.py index 6fef4cd..6f915cd 100644 --- a/disco/types/voice.py +++ b/disco/types/voice.py @@ -24,6 +24,7 @@ class VoiceState(SlottedModel): def user(self): return self.client.state.users.get(self.user_id) + class VoiceRegion(SlottedModel): id = Field(text) name = Field(text)