Skip to content

Commit

Permalink
🩹 Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Paillat-dev committed Dec 28, 2024
1 parent 00e2f55 commit 96714ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord/interactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def _from_data(self, data: InteractionPayload):
ch_type = (
ChannelType.text if self.guild_id is not None else ChannelType.private
)
return PartialMessageable(
self.channel = PartialMessageable(
state=self._state, id=self.channel_id, type=ch_type
)

Expand Down

0 comments on commit 96714ef

Please sign in to comment.