diff --git a/conversationgames/views.py b/conversationgames/views.py index 14857412..1af84368 100644 --- a/conversationgames/views.py +++ b/conversationgames/views.py @@ -98,7 +98,7 @@ async def interaction_check(self, interaction: discord.Interaction[Red]) -> bool async def _callback(self: Select, interaction: discord.Interaction[Red]) -> None: # type: ignore await interaction.response.defer() title = ( - f"{interaction.user} asked {self.view._member}" # type: ignore + f"{self.view._ctx.author} asked {self.view._member}" # type: ignore if self.view._member is not None # type: ignore else None )