We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac39fc3 commit 63f1675Copy full SHA for 63f1675
discord/message.py
@@ -711,7 +711,7 @@ def __init__(
711
id=reference.channel_id,
712
)
713
714
- self.original_message = state.get_message(self.id) or (
+ self.original_message = state._get_message(self.id) or (
715
self.id and channel.get_partial_message(self.id)
716
717
self.guild = state._get_guild(reference.guild_id) or (
0 commit comments