Skip to content

Commit

Permalink
[ConversationGames] failed again
Browse files Browse the repository at this point in the history
  • Loading branch information
japandotorg committed Oct 12, 2023
1 parent 3dce96d commit caf9c0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conversationgames/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +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].label)}) "
+ self.view._result["translations"][self.values[0]] # type: ignore
else self.view._result["translations"][self.values[0]] # type: ignore
),
color=await self.view._ctx.embed_color(), # type: ignore
)
Expand Down

0 comments on commit caf9c0a

Please sign in to comment.