Skip to content

Commit

Permalink
fix: remove old interaction attr - wrong conflicts resolution :'(
Browse files Browse the repository at this point in the history
  • Loading branch information
Snipy7374 committed Nov 14, 2024
1 parent ed8bd63 commit b45c2cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions disnake/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -1081,11 +1081,6 @@ def __init__(
for d in data.get("components", [])
]

inter_payload = data.get("interaction")
inter = (
None if inter_payload is None else InteractionReference(state=state, data=inter_payload)
)
self.interaction: Optional[InteractionReference] = inter
self.message_snapshots: List[ForwardedMessage] = [
ForwardedMessage(
state=self._state,
Expand Down

0 comments on commit b45c2cc

Please sign in to comment.