diff options
Diffstat (limited to 'discord/calls.py')
| -rw-r--r-- | discord/calls.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/calls.py b/discord/calls.py index bbffa7da..44b8f4db 100644 --- a/discord/calls.py +++ b/discord/calls.py @@ -153,4 +153,3 @@ class GroupCall: """ return self._voice_states.get(user.id) - |