HighestMasteryCommand.py done done done
This commit is contained in:
parent
8a880de0e5
commit
6b177b7343
1 changed files with 2 additions and 3 deletions
|
|
@ -37,9 +37,8 @@ class HighestMastery(APICommands.Command.Command, ABC):
|
||||||
elif not firstIsInt: # no number given
|
elif not firstIsInt: # no number given
|
||||||
try:
|
try:
|
||||||
sumname = APICommands.Command.getSummonerNameFromMessage(message, 1)
|
sumname = APICommands.Command.getSummonerNameFromMessage(message, 1)
|
||||||
except Exception as e:
|
except:
|
||||||
await message.channel.send(err)
|
await self.usage(message)
|
||||||
print("Exception in Mastery " + str(e))
|
|
||||||
if sumname != "":
|
if sumname != "":
|
||||||
try:
|
try:
|
||||||
listlen = 10
|
listlen = 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue