From 3dce96d136e9b42d777b7f9f5d6465cf340ddb6c Mon Sep 17 00:00:00 2001 From: Lemon Rose Date: Thu, 12 Oct 2023 23:12:56 +0530 Subject: [PATCH] [ConversationGames] fix --- conversationgames/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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