diff options
Diffstat (limited to 'discord/message.py')
| -rw-r--r-- | discord/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/message.py b/discord/message.py index d0399982..30929a2c 100644 --- a/discord/message.py +++ b/discord/message.py @@ -185,7 +185,7 @@ class Message: participants.append(user) call['participants'] = participants - self.call = CallMessage(channel=self.channel, **call) + self.call = CallMessage(message=self, **call) @utils.cached_slot_property('_raw_mentions') def raw_mentions(self): |