diff --git a/bot.py b/bot.py index 08a47f6..eaf3937 100644 --- a/bot.py +++ b/bot.py @@ -1541,13 +1541,13 @@ async def zagraj_muzyke_mego_ludu(ctx): """ stats = {} if ctx: - stat_iter = get_stats(ctx, 100) + stat_iter = get_stats(ctx, 1500) async for name, how_many in stat_iter: if len(name) > 3: stats[name] = how_many sorted_stats = sorted(stats.items(), key=lambda x: x[1]) - sorted_stats = list(reversed(sorted_stats)) + print(sorted_stats) reply = "Wygenerowana plejlista:\n" async with ctx.typing():