We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e45a98 commit f6cec4cCopy full SHA for f6cec4c
rlstats/rlstats.py
@@ -279,7 +279,7 @@ async def change_channel(self, channel_id: str) -> None:
279
for player_id in platform_data["ids"]:
280
option = discord.SelectOption(
281
label="Unknown player",
282
- description=f"Platform: {platform} ID: {player_id}",
+ description=f"Platform: {platform}; ID: {player_id}",
283
value=f"{raw_platform}_{player_id}",
284
)
285
try:
0 commit comments