HighestMasteryCommand.py done done done done
This commit is contained in:
parent
06964afae6
commit
7f742df6ff
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class HighestMastery(APICommands.Command.Command, ABC):
|
||||||
return
|
return
|
||||||
listlen = int(message.content.split(" ")[1]) if firstIsInt else 10
|
listlen = int(message.content.split(" ")[1]) if firstIsInt else 10
|
||||||
try:
|
try:
|
||||||
output = self.getChampionMasteryList(sumname, listlen)
|
output = getChampionMasteryList(sumname, listlen)
|
||||||
for i in output:
|
for i in output:
|
||||||
await message.channel.send(i)
|
await message.channel.send(i)
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue