diff --git a/conversationgames/views.py b/conversationgames/views.py index 882a7869..650bdb9c 100644 --- a/conversationgames/views.py +++ b/conversationgames/views.py @@ -107,7 +107,7 @@ async def _callback(self: Select, interaction: discord.Interaction[Red]) -> None description=( self.view._result["question"] # type: ignore if self.values[0] == "English" - else f"({str(self.options[0])}) " + else f"({str(self.options[0].label)}) " + self.view._result["translations"][self.values[0]] # type: ignore ), color=await self.view._ctx.embed_color(), # type: ignore