Skip to content

Commit

Permalink
_get_message
Browse files Browse the repository at this point in the history
  • Loading branch information
NeloBlivion authored Feb 5, 2025
1 parent ac39fc3 commit 63f1675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ def __init__(
id=reference.channel_id,
)
)
self.original_message = state.get_message(self.id) or (
self.original_message = state._get_message(self.id) or (
self.id and channel.get_partial_message(self.id)
)
self.guild = state._get_guild(reference.guild_id) or (
Expand Down

0 comments on commit 63f1675

Please sign in to comment.