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: