Skip to content

Commit f6cec4c

Browse files
committed
fixup! feat(rlstats): add unsubscribe command
1 parent 8e45a98 commit f6cec4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rlstats/rlstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ async def change_channel(self, channel_id: str) -> None:
279279
for player_id in platform_data["ids"]:
280280
option = discord.SelectOption(
281281
label="Unknown player",
282-
description=f"Platform: {platform} ID: {player_id}",
282+
description=f"Platform: {platform}; ID: {player_id}",
283283
value=f"{raw_platform}_{player_id}",
284284
)
285285
try:

0 commit comments

Comments
 (0)