Browse Source

style change.

pull/153/head
Luke 6 years ago
parent
commit
811c1e7a49
  1. 1
      disco/types/voice.py

1
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)

Loading…
Cancel
Save