Skip to content

Commit 03e46f8

Browse files
committed
fixup! feat(rlstats): add unsubscribe command
1 parent f2dabc9 commit 03e46f8

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
@@ -249,7 +249,7 @@ def change_page(self, page_idx: int) -> None:
249249
for platform_data in channel_data.values()
250250
for _ in platform_data["ids"]
251251
)
252-
description = f"{description} ({len(player_count)} players)"
252+
description = f"{description} ({player_count} players)"
253253
self.channel_select.options.append(
254254
discord.SelectOption(
255255
label=channel.name,

0 commit comments

Comments
 (0)