From 7d345e8e4e66246c441a8c6154e398bf49ac0b3c Mon Sep 17 00:00:00 2001 From: Nadir Chowdhury Date: Sat, 13 Mar 2021 05:42:25 +0000 Subject: remove trailing whitespace --- discord/calls.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'discord/calls.py') diff --git a/discord/calls.py b/discord/calls.py index 8cc4cdcb..2006b30a 100644 --- a/discord/calls.py +++ b/discord/calls.py @@ -56,7 +56,7 @@ class CallMessage: @property def call_ended(self): """:class:`bool`: Indicates if the call has ended. - + .. deprecated:: 1.7 """ return self.ended_timestamp is not None @@ -64,7 +64,7 @@ class CallMessage: @property def channel(self): r""":class:`GroupChannel`\: The private channel associated with this message. - + .. deprecated:: 1.7 """ return self.message.channel @@ -148,7 +148,7 @@ class GroupCall: @property def channel(self): r""":class:`GroupChannel`\: Returns the channel the group call is in. - + .. deprecated:: 1.7 """ return self.call.channel -- cgit v1.2.3