From 7f742df6ff86a229e2142b0f0a7ab1c2d16ce500 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Thu, 17 Mar 2022 14:23:24 +0100 Subject: [PATCH] HighestMasteryCommand.py done done done done --- APICommands/HighestMasteryCommand.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/APICommands/HighestMasteryCommand.py b/APICommands/HighestMasteryCommand.py index c4a1ace..ebdd675 100644 --- a/APICommands/HighestMasteryCommand.py +++ b/APICommands/HighestMasteryCommand.py @@ -28,7 +28,7 @@ class HighestMastery(APICommands.Command.Command, ABC): return listlen = int(message.content.split(" ")[1]) if firstIsInt else 10 try: - output = self.getChampionMasteryList(sumname, listlen) + output = getChampionMasteryList(sumname, listlen) for i in output: await message.channel.send(i) except: