From e320e2c9dc03ad5737e4e4a3d34af88238c968a1 Mon Sep 17 00:00:00 2001 From: aikaterna <20862007+aikaterna@users.noreply.github.com> Date: Wed, 8 Apr 2020 10:54:09 -0700 Subject: [PATCH] [Hunting] Fix for leaderboard --- hunting/hunting.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hunting/hunting.py b/hunting/hunting.py index a4c5bcd..ed0497d 100644 --- a/hunting/hunting.py +++ b/hunting/hunting.py @@ -11,7 +11,7 @@ from redbot.core.utils.chat_formatting import bold, box, humanize_list, humanize from redbot.core.utils.menus import menu, DEFAULT_CONTROLS -__version__ = "3.0.1" +__version__ = "3.0.2" class Hunting(commands.Cog): @@ -85,6 +85,7 @@ class Hunting(commands.Cog): else "Name", ) temp_msg = header + user_idx = 0 for pos, account in enumerate(sorted_acc): if account[1]["total"] == 0: continue