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 f2dabc9 commit 03e46f8Copy full SHA for 03e46f8
rlstats/rlstats.py
@@ -249,7 +249,7 @@ def change_page(self, page_idx: int) -> None:
249
for platform_data in channel_data.values()
250
for _ in platform_data["ids"]
251
)
252
- description = f"{description} ({len(player_count)} players)"
+ description = f"{description} ({player_count} players)"
253
self.channel_select.options.append(
254
discord.SelectOption(
255
label=channel.name,
0 commit comments