From 811c1e7a493255af80c396bfaa5304740c15add8 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 19 Jul 2019 21:03:13 +0100 Subject: [PATCH] style change. --- disco/types/voice.py | 1 + 1 file changed, 1 insertion(+) 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)